no message
parent
232faf0033
commit
fa6a7cf404
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue