Spring-Boot

  • To create the deployable JAR file: mvn clean install at the root directory

  • To run the jar file with DEV profile (for example): java -jar <APP_NAME>-<VERSION>.jar --spring.profiles.active=DEV

Resources

Spring Boot Tutorials

Youtube Channels

  • DailyCodeBuffer
  • AmigosCode
  • JavaBrains
  • Telusko

Testing