fix yaml and swagger defaults

This commit is contained in:
2026-04-15 16:27:31 -06:00
parent fe3731d4cf
commit 55b2d76cbb

View File

@@ -54,8 +54,10 @@ server:
springdoc: springdoc:
api-docs: api-docs:
path: /v3/api-docs path: /v3/api-docs
enabled: ${SWAGGER_ENABLED:false}
swagger-ui: swagger-ui:
path: /swagger-ui path: /swagger-ui
enabled: ${SWAGGER_ENABLED:false}
app: app:
upload: upload:
@@ -91,6 +93,7 @@ logging:
org.springframework.security: ${LOG_LEVEL_SECURITY:WARN} org.springframework.security: ${LOG_LEVEL_SECURITY:WARN}
org.springdoc.core.events.SpringDocAppInitializer: ERROR org.springdoc.core.events.SpringDocAppInitializer: ERROR
spring:
jackson: jackson:
serialization: serialization:
write-dates-as-timestamps: false write-dates-as-timestamps: false