You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Java Maven Spring Boot project that uses an H2 database for storage.
The purpose of this project is to provide a template for quickly getting started
with a new Spring Boot project that uses H2 as the database. The project also
includes Swagger UI for easy API documentation and testing, as well as the H2 Console
for viewing and editing the database.
The project uses an H2 database for storage. The database connection properties can be configured in the application.properties file. By default, the application will connect to an in-memory H2 database.
Additional Dependencies, This project includes the following dependencies:
Spring Data JPA
H2 Database
Springfox Swagger UI
Spring Boot H2 Console
Contribution
Please feel free to open issues, fork the repository and send pull requests.