Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bryamjesus/task-service
- Owner: bryamjesus
- Created: 2024-01-29T19:18:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T01:07:10.000Z (11 months ago)
- Last Synced: 2024-02-05T02:26:30.210Z (11 months ago)
- Topics: api-rest, java, java-17, java17, jpa, jpa-hibernate, jwt-authentication, lombok, maven, mysql, mysql-database, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```