Skip to content

trevezani/clean-architecture-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clean-architecture-springboot

Applied clean architecture in springboot

It was based in this presentation.

The full example is present in microservices-tutorial-springboot


Application Structure

clean-architecture-diagram-1.jpg

clean-architecture-diagram-2.jpg

clean-architecture-diagram-3.jpg


Building and Running the springboot application

  • building:
mvn clean package
  • running (from the jar, after having built it):
java -jar api-zipcode-infraestructure/target/api-zipcode.jar

Once running, you can call:

curl http://localhost:8080/zipcode/37188

Releases

No releases published

Packages

No packages published

Languages