/apirestful

Restful API structure in Java using the DDD concept

Primary LanguageJava

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