fodase :)

meco meram, meco meram, meco meram
This commit is contained in:
2026-05-12 23:27:37 +00:00
parent 3ed2fcf0b7
commit b1dd3a8b01
82 changed files with 2932 additions and 1416 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}