ci: 排除不必要的加载项

This commit is contained in:
CaptainB 2023-12-07 12:11:14 +08:00
parent 6d079c1c65
commit d58df0ff10
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ management.endpoints.web.exposure.include=*
management.endpoints.enabled-by-default=false
management.metrics.tags.application=${spring.application.name}
management.metrics.tags.region=my-region
#spring.freemarker.checkTemplateLocation=false
spring.groovy.template.check-template-location=false
spring.freemarker.check-template-location=false
spring.session.timeout=43200s
spring.session.store-type=none
# eureka