fix duplicate spring key
This commit is contained in:
@@ -38,6 +38,12 @@ spring:
|
|||||||
format_sql: true
|
format_sql: true
|
||||||
open-in-view: false
|
open-in-view: false
|
||||||
|
|
||||||
|
jackson:
|
||||||
|
serialization:
|
||||||
|
write-dates-as-timestamps: false
|
||||||
|
deserialization:
|
||||||
|
fail-on-unknown-properties: false
|
||||||
|
|
||||||
flyway:
|
flyway:
|
||||||
enabled: ${FLYWAY_ENABLED:false}
|
enabled: ${FLYWAY_ENABLED:false}
|
||||||
|
|
||||||
@@ -92,10 +98,3 @@ logging:
|
|||||||
com.petshop: ${LOG_LEVEL:INFO}
|
com.petshop: ${LOG_LEVEL:INFO}
|
||||||
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:
|
|
||||||
serialization:
|
|
||||||
write-dates-as-timestamps: false
|
|
||||||
deserialization:
|
|
||||||
fail-on-unknown-properties: false
|
|
||||||
|
|||||||
Reference in New Issue
Block a user