In this example, we build CRUD REST API Application using Micronaut Framework.
The logic and domain are the same as in the previous tutorial:
• REST API using Spring Boot 3.0 With ...
Technologies and frameworks we use: Java 17, Micronaut Data JPA, MapStruct, Java Record, H2
Source code can be found here: https://github.com/caligula95/crud-mi...
00:00 - Intro
00:30 - Micronaut project creation
02:32 - Open Micronaut project
03:40 - Entity classes
04:16 - Repository layer
06:30 - Service layer
09:00 - DTO classes
09:32 - Mapstruct
12:16 - Service implementation
13:15 - Micronaut REST Controller
21:20 - Global Exception Handling
30:49 - Application testing and debugging