An open API service indexing awesome lists of open source software.

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

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.