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

https://github.com/mehmetpekdemir/spring-boot-clean-architecture

Clean Architecture with Spring Boot
https://github.com/mehmetpekdemir/spring-boot-clean-architecture

clean-architecture java spring-boot

Last synced: about 2 months ago
JSON representation

Clean Architecture with Spring Boot

Awesome Lists containing this project

README

          

# Spring-Boot-Clean-Architecture

### Clean Architecture Example with Java and Spring Boot

### Tech Stack
- Java 11
- Spring Boot

### Requirements

For building and running the application you need:
- [JDK 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) or newer .
- [Maven](https://maven.apache.org)
- [Lombok](https://projectlombok.org/)

### Build & Run

```
mvn clean install && mvn --projects your_project_name spring-boot:run
```

### Port
```
http://localhost:8085
```