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

https://github.com/membrane/spring-boot-vertical-slice-architecture

Sample project for the Vertical Slice Architecture with Java and Spring Boot
https://github.com/membrane/spring-boot-vertical-slice-architecture

Last synced: 3 months ago
JSON representation

Sample project for the Vertical Slice Architecture with Java and Spring Boot

Awesome Lists containing this project

README

          

# spring-boot-vertical-slice-architecture
Sample project for the Vertical Slice Architecture with Java and Spring Boot.

## Run

The project only needs Java 17 to run. The database is the embedded HSQL DB so no extra steps are needed.

- Start the class de.predic8.App
- Try the class in [requests.http](requests.http)