Skip to content

Commit

Permalink
fix: prom init
Browse files Browse the repository at this point in the history
  • Loading branch information
QizhengMo committed Jan 9, 2024
1 parent 8e36b57 commit b27cf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arex-web-api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spring.jackson.serialization.FAIL_ON_EMPTY_BEANS=false
spring.jackson.default-property-inclusion=non_null
spring.jackson.date-format=yyyy-MM-dd HH:mm:sss
spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
spring.main.lazy-initialization=true
spring.main.lazy-initialization=false
spring.main.log-startup-info=false
management.endpoints.web.exposure.include=*
management.security.enabled=false
Expand Down

0 comments on commit b27cf16

Please sign in to comment.