add Platform and Brand DTOs, mappers, and controllers; update security configuration for CORS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user