Skip to content

genorchiomento/spring-boot-clean-arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Clean Architecture

twitter Demo

Demo for implementing clean architecture using Spring Boot.

Technologies

How to Run

  • Clone the git repository:
git clone https://github.com/genorchiomento/spring-boot-clean-arch.git
  • Build the project:
./mvnw clean package
  • Execute:
java -jar ./infrastructure/target/infrastructure-0.0.1-SNAPSHOT.jar
  • Test
POST/http

{
    "email": "email",
    "password": "password",
    "username": "username"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages