调整结构
This commit is contained in:
@@ -15,8 +15,7 @@ spring:
|
||||
validation-timeout: ${MYSQL_POOL_VALIDATION_TIMEOUT_MS:5000}
|
||||
sql:
|
||||
init:
|
||||
mode: always
|
||||
continue-on-error: false
|
||||
mode: never
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
@@ -36,3 +35,5 @@ logging:
|
||||
level:
|
||||
com.example.training: ${LOGGING_LEVEL_COM_EXAMPLE_TRAINING:INFO}
|
||||
com.baomidou.mybatisplus: INFO
|
||||
pattern:
|
||||
level: "%5p [requestId:%X{requestId}]"
|
||||
|
||||
Reference in New Issue
Block a user