no message
parent
232faf0033
commit
fa6a7cf404
|
|
@ -8,7 +8,7 @@
|
||||||
# 项目配置: 名称、日志目录
|
# 项目配置: 名称、日志目录
|
||||||
project:
|
project:
|
||||||
name: sa-admin
|
name: sa-admin
|
||||||
log-directory: /home/logs/wms/${project.name}/${spring.profiles.active}
|
log-directory: /home/wms/${project.name}/${spring.profiles.active}
|
||||||
|
|
||||||
# 项目端口和url根路径
|
# 项目端口和url根路径
|
||||||
server:
|
server:
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,9 @@ sa-token:
|
||||||
# 启动时的字符画打印
|
# 启动时的字符画打印
|
||||||
is-print: false
|
is-print: false
|
||||||
# 是否从cookie读取token
|
# 是否从cookie读取token
|
||||||
is-read-cookie: false
|
is-read-cookie: true
|
||||||
|
# 是否从Header读取token
|
||||||
|
is-read-header: true
|
||||||
|
|
||||||
# SmartJob 定时任务配置(不需要可以直接删除以下配置,详细文档请看:https://www.xxxxxx.com)
|
# SmartJob 定时任务配置(不需要可以直接删除以下配置,详细文档请看:https://www.xxxxxx.com)
|
||||||
smart:
|
smart:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue