Skip to content

Restful API structure in Java using the DDD concept

Notifications You must be signed in to change notification settings

OliveiraMarcos/apirestful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api Restful

Restful API structure in Java using the DDD concept

Lisence

How to use:

Also you can run the Api Restful (Windows, Linux or MacOS).

DockerHub

docker pull oliveiramarcos/apirest:latest

Technologies implemented:

  • Spring Boot Framework (with Maven)
  • H2 Database
  • JPA Hibernate
  • ModelMapper
  • Swagger UI

Architecture:

  • Full architecture with responsibility separation concerns, SOLID and Clean Code
  • Domain Driven Design (Layers and Domain Model Pattern)
  • Repository and Generic Repository