增加log输出、跳转tab顺序

This commit is contained in:
super
2026-03-21 20:34:49 +08:00
parent 7f9a6bd9cb
commit c80e1889ef
2 changed files with 14 additions and 2 deletions

View File

@@ -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: