Spring Data Rest with Spring Doc, H2 Database and Flyway
For building and running the application mentioned setup is required
- JDK 17
- Maven 3
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.sdev.springdata.application.Application class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:runNo database need to be installed, this application will run on H2 and flyway is used for the DDL and DML operations
H2 Database with Flyway script
Released under the Apache License 2.0. See the LICENSE file.