feat: implement core use cases and DTOs (OAuth2, tests, and docs pending)

This commit is contained in:
2025-09-11 18:56:33 +02:00
parent 4053c6fa46
commit 06539a05fc
16 changed files with 233 additions and 2 deletions

View File

@@ -33,6 +33,12 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.10.2</version>
</dependency>
<!-- MapStruct -->
<dependency>
<groupId>org.mapstruct</groupId>