Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Data REST

Spring Data Rest with Spring Doc, H2 Database and Flyway

Requirements

For building and running the application mentioned setup is required

  • JDK 17
  • Maven 3

Running the application locally

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:run

Database and schema

No 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

Important Links

Copyright

Released under the Apache License 2.0. See the LICENSE file.

About

Spring Data Rest with Swagger 3, H2 Database

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages