fix yaml and swagger defaults
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user