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
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/spring-boot-clean-architecture
- Owner: mehmetpekdemir
- Created: 2020-11-26T16:20:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-09T07:05:14.000Z (over 4 years ago)
- Last Synced: 2023-03-01T07:32:43.658Z (over 2 years ago)
- Topics: clean-architecture, java, spring-boot
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-Boot-Clean-Architecture
### Clean Architecture Example with Java and Spring Boot
### Tech Stack
- Java 11
- Spring Boot
### RequirementsFor 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
```