https://github.com/toliyansky/typical-java-microservice
Template of typical Java-Spring microservice
https://github.com/toliyansky/typical-java-microservice
java microservice spring
Last synced: 9 months ago
JSON representation
Template of typical Java-Spring microservice
- Host: GitHub
- URL: https://github.com/toliyansky/typical-java-microservice
- Owner: toliyansky
- Created: 2022-10-17T11:27:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T17:18:00.000Z (over 3 years ago)
- Last Synced: 2025-06-07T21:42:30.757Z (10 months ago)
- Topics: java, microservice, spring
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Template of typical Java-Spring microservice
Stack:
- Java 17
- Spring Boot 2.7.4
- Maven
- Liquibase
- H2
- JPA
- Git
- Lombok
- Actuator / Prometheus
- OpenAPI
This application is typical Java-Spring Web service.
Project contain all typical layers for standard CRUD application that working via REST API.