myMedisys/tomcatfiles/mymedisys-frontend/WEB-INF/classes/application.properties

32 lines
1.1 KiB
Properties
Raw Normal View History

2023-09-06 05:56:42 +05:30
#server.port=0
spring.mvc.throw-exception-if-no-handler-found=true
spring.jndi.ignore=true
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS = false
spring.main.allow-bean-definition-overriding=true
server.error.whitelabel.enabled=false
#spring.mvc.static-path-pattern=/resources/static/**
#server.session.tracking-modes=cookie
server.servlet.session.tracking-modes=cookie
spring.servlet.multipart.enabled = true
spring.servlet.multipart.resolve-lazily = true
spring.servlet.multipart.max-file-size= 200MB
spring.servlet.multipart.max-request-size=200MB
spring.mvc.favicon.enabled = true
# ===============================
# = THYMELEAF (ThymeleafAutoConfiguration)
## ===============================
spring.thymeleaf.cache=false
#spring.thymeleaf.check-template=true
#spring.thymeleaf.check-template-location=true
##spring.thymeleaf.enabled=true
#spring.thymeleaf.enable-spring-el-compiler=true
#spring.thymeleaf.encoding=UTF-8
##spring.thymeleaf.excluded-view-names=
#spring.thymeleaf.servlet.content-type=text/html
#spring.thymeleaf.mode=HTML
#spring.thymeleaf.prefix=classpath:/templates/
#spring.thymeleaf.suffix=.html, .js, .txt