-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b5a497
commit fe38a65
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# apirestful | ||
# Api Restful | ||
Restful API structure in Java using the DDD concept | ||
|
||
[![Lisence](https://img.shields.io/github/license/OliveiraMarcos/BaseFoundationProject)](LICENSE) | ||
|
||
## How to use: | ||
- You will need the latest Java JDK (14). | ||
- The latest JDK and tools can be downloaded from https://www.oracle.com/java/technologies/javase-jdk14-downloads.html. | ||
- Create project with pre-configurations with Spring Boot Initializr https://start.spring.io/ | ||
|
||
Also you can run the Api Restful (Windows, Linux or MacOS). | ||
|
||
## DockerHub | ||
docker pull oliveiramarcos/apirest:latest | ||
``` 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 |