Add some structure

This commit is contained in:
2025-12-10 06:41:26 +01:00
parent 413f5b7cfc
commit a89628cd10
71 changed files with 140 additions and 29 deletions

View File

@@ -2,7 +2,8 @@
spring.application.name=boardmate-api
#=============SERVER=============
server.port=8000
server.port=8080
server.address=0.0.0.0
#=============SECURITY=============
sec.cors.authorizedHots=*
@@ -11,4 +12,9 @@ sec.cors.authorizedHeader=Authorization,Content-type
#=============METRICS=============
management.endpoints.web.exposure.include=*
management.endpoint.prometheus.enabled=true
management.endpoint.health.show-details=always
management.endpoint.prometheus.enabled=true
#=============DOCUMENTATION=============
springdoc.swagger-ui.path=/api-docs
springdoc.api-docs.path=/v1/api-docs