Correção de bugs e criação do termos de privacidade

This commit is contained in:
2026-05-19 20:52:36 -03:00
commit ef20162351
76 changed files with 6286 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
spring.application.name=${APP_NAME:Focus Agenda}
server.port=${SERVER_PORT:8080}
server.servlet.context-path=/
spring.web.resources.static-locations=classpath:/static/
spring.mvc.static-path-pattern=/**
spring.mvc.contentnegotiation.favor-parameter=true
spring.web.resources.add-mappings=true
spring.servlet.multipart.enabled=false
spring.web.resources.cache.cachecontrol.max-age=3600
spring.web.resources.cache.cachecontrol.cache-public=true
spring.profiles.active=${SPRING_PROFILES_ACTIVE:dev}