feat: move CORS configuration to Spring Security

This commit is contained in:
2025-09-20 11:22:48 +02:00
parent 6b3585da5e
commit 5a26b299f2
4 changed files with 57 additions and 10 deletions

View File

@@ -33,6 +33,11 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- MapStruct -->
<dependency>
<groupId>org.mapstruct</groupId>