fix(cors): allow origins from environment variable

This commit is contained in:
2025-09-19 17:09:09 +02:00
parent 8fa2845220
commit bcb97312cd
6 changed files with 75 additions and 0 deletions

View File

@@ -49,6 +49,11 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>