Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vs4vijay/spring-microservice-template
A Microservice in Java, and Spring
https://github.com/vs4vijay/spring-microservice-template
api api-rest java microservice microservices-architecture spring spring-boot spring-mvc
Last synced: 8 days ago
JSON representation
A Microservice in Java, and Spring
- Host: GitHub
- URL: https://github.com/vs4vijay/spring-microservice-template
- Owner: vs4vijay
- Created: 2021-10-18T17:26:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:52:43.000Z (11 months ago)
- Last Synced: 2023-12-15T18:57:27.132Z (11 months ago)
- Topics: api, api-rest, java, microservice, microservices-architecture, spring, spring-boot, spring-mvc
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-microservice-template
---
## Tech. Stack
- Java
- Spring 5 with Spring Boot 2
- H2 Database
- JPA / Hibernate
- Lombok
- Mapstruct---
## Running
- `gradlew bootRun`
---