Java's & SpringBoot Starting Learnings
Spring boot application :- Build Jar File ./mvnw install Now in target folder there is jar file now run cmd java -jar {location_of_jar_file} or Run From Intellij Agr git se clone krte h Spring Boot ka project then run mvn clean compile mvn spr...