Demo for implementing clean architecture using Spring Boot.
- 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"
}