Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bryamjesus/task-service


https://github.com/bryamjesus/task-service

api-rest java java-17 java17 jpa jpa-hibernate jwt-authentication lombok maven mysql mysql-database spring-boot spring-security

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# TASK SERVICE

## πŸ—ΊοΈ Database Diagram
![Diagram](src/main/resources/static/database-diagram.jpg)

## πŸ—οΈ Project Structure
In the project you will see the following structure:
```
β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ main/
β”‚ β”‚ β”œβ”€β”€ java/
β”‚ β”‚ β”‚ └── com/
β”‚ β”‚ β”‚ └── code/
β”‚ β”‚ β”‚ β”œβ”€β”€ api/
β”‚ β”‚ β”‚ β”œβ”€β”€ config/
β”‚ β”‚ β”‚ β”œβ”€β”€ dto/
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ request/
β”‚ β”‚ β”‚ β”‚ └── response/
β”‚ β”‚ β”‚ β”œβ”€β”€ mapper/
β”‚ β”‚ β”‚ β”œβ”€β”€ model/
β”‚ β”‚ β”‚ β”œβ”€β”€ repository/
β”‚ β”‚ β”‚ └── service/
β”‚ β”‚ └── resources/
β”‚ β”‚ β”œβ”€β”€ static/
β”‚ β”‚ β”œβ”€β”€ templates/
β”‚ β”‚ └── application.properties
β”‚ └── test/
└── pom.xml
```