增加log输出、跳转tab顺序
This commit is contained in:
@@ -21,6 +21,17 @@ management:
|
||||
db:
|
||||
enabled: false
|
||||
|
||||
logging:
|
||||
file:
|
||||
path: ${AIIMAGE_LOG_PATH:./logs}
|
||||
name: ${AIIMAGE_LOG_FILE:aiimage-backend.log}
|
||||
level:
|
||||
root: INFO
|
||||
com.nanri.aiimage: INFO
|
||||
pattern:
|
||||
file: "%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n"
|
||||
console: "%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n"
|
||||
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath*:mapper/**/*.xml
|
||||
configuration:
|
||||
|
||||
Reference in New Issue
Block a user