add Platform and Brand DTOs, mappers, and controllers; update security configuration for CORS

This commit is contained in:
Vincent Guillet
2025-10-31 18:33:19 +01:00
parent 7531ea9453
commit 4b692806c4
19 changed files with 306 additions and 32 deletions

View File

@@ -2,7 +2,7 @@ spring.application.name=api
server.port=3000
spring.datasource.url=jdbc:mysql://192.168.20.112:3306/gameovergne_app?useSSL=false&allowPublicKeyRetrieval=true
spring.datasource.url=jdbc:mysql://localhost:3306/gameovergne_app?useSSL=false&allowPublicKeyRetrieval=true
spring.datasource.username=gameovergne
spring.datasource.password=gameovergne