- Spring Boot
- Restful best practices
- DB connection
- Local - in-memory like H2
- Local
- SQL-based: MySQL, PostgreSQL, ...
- NoSQL-based: Redis, MongoDB, ...
-
Dockerized
- Repository
- Spring Data JPA
-
Spring Data Rest
- Service
- Mapper
- Manual
- ModelMapper
- MapStruct
- Mapper
- DTO
- Creat (CRUD)
POST /projects
- Read (CRUD)
GET /projects
GET /projects/{pid}
- Update (CRUD)
PUT /projects/{pid}
PATCH /projects/{pid}
- Delete (CRUD)
DELETE /projects
DELETE /projects/{pid}
- Exceptions
- Validation
- Audit
- Document
- Logger
- Aspect
- @annotation
- execution
- Aspect
- Annotation
- Test
- Unit Test
- Integration Test
- End-To-End Testing
-
Notifications
You must be signed in to change notification settings - Fork 0
j-imsa/Microservices-Tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published