SpringBoot Example has MYSQL & MongoDB CRUD, Thymeleaf, Swagger Actuator, Logger
Minimal Spring Boot sample app.
For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the com.pritam.jobs.JobsApplication
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
mvn clean install
mvn compile package
- Example 1 Github more
- Example 2 youtube
- Liquibase baeldung
- Supported databases
- liquibase-fails error
- Spring Tips_ Reliable Database Migrations with Liquibase and Spring Boot Github youtube
mvn liquibase:diff
mvn liquibase:generateChangeLog
mvn liquibase:update