https://github.com/wolvesmentality/sample-spring-boot
A simple spring boot application
https://github.com/wolvesmentality/sample-spring-boot
docker docker-compose hibernate hypersistence jakarta java jdbctemplate jpa liquibase lombok lombok-maven mapstruct maven postgresql rest spring-boot spring-data-jpa spring-rest zonky
Last synced: 6 months ago
JSON representation
A simple spring boot application
- Host: GitHub
- URL: https://github.com/wolvesmentality/sample-spring-boot
- Owner: wolvesmentality
- License: mit
- Created: 2024-10-13T20:04:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T20:02:22.000Z (12 months ago)
- Last Synced: 2025-02-13T05:30:19.882Z (8 months ago)
- Topics: docker, docker-compose, hibernate, hypersistence, jakarta, java, jdbctemplate, jpa, liquibase, lombok, lombok-maven, mapstruct, maven, postgresql, rest, spring-boot, spring-data-jpa, spring-rest, zonky
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample Spring Boot Project
To start the application, follow these steps:
1. Navigate to the `/` folder.
2. Execute the `docker build --tag=book-rating:latest .` command.
3. Execute the `docker compose up` command.
4. Access the API at [Link to get all books](http://localhost:8090/api/v1/book).