ci: 排除不必要的加载项
This commit is contained in:
parent
6d079c1c65
commit
d58df0ff10
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue