no message

main
huojin\hj 2025-06-06 18:11:49 +08:00
parent 232faf0033
commit fa6a7cf404
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# 项目配置: 名称、日志目录
project:
name: sa-admin
log-directory: /home/logs/wms/${project.name}/${spring.profiles.active}
log-directory: /home/wms/${project.name}/${spring.profiles.active}
# 项目端口和url根路径
server:

View File

@ -156,7 +156,9 @@ sa-token:
# 启动时的字符画打印
is-print: false
# 是否从cookie读取token
is-read-cookie: false
is-read-cookie: true
# 是否从Header读取token
is-read-header: true
# SmartJob 定时任务配置(不需要可以直接删除以下配置详细文档请看https://www.xxxxxx.com)
smart: