Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erebelo/spring-h2-demo
Java REST API project using Spring Boot and H2 database
https://github.com/erebelo/spring-h2-demo
back-end backend backend-api backend-service h2-database java relational-database spring spring-boot springboot sql
Last synced: about 2 months ago
JSON representation
Java REST API project using Spring Boot and H2 database
- Host: GitHub
- URL: https://github.com/erebelo/spring-h2-demo
- Owner: erebelo
- License: mit
- Created: 2023-02-04T20:59:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T15:59:48.000Z (about 2 months ago)
- Last Synced: 2024-11-13T16:44:23.061Z (about 2 months ago)
- Topics: back-end, backend, backend-api, backend-service, h2-database, java, relational-database, spring, spring-boot, springboot, sql
- Language: Java
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring H2 Demo
REST API project developed in Java using Spring Boot and H2 database.
## Requirements
- Java 11
- Spring Boot 2.7.8
- Apache Maven 3.8.6## Run App
Run the `SpringH2DemoApplication` class as Java Application.
## Collection
[Project Collection](https://github.com/erebelo/spring-h2-demo/tree/develop/collection)
## Diagram
[Entity Relationship Diagram](https://github.com/erebelo/spring-h2-demo/blob/main/diagram/Entity%20Relationship%20Diagram.png)