mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 10:56:39 +08:00
添加导出是否带水印配置,默认为带水印
This commit is contained in:
parent
c761a94c43
commit
44938b34a5
@ -3,7 +3,7 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
url: jdbc:p6spy:mysql://127.0.0.1:3306/smart_admin_v3?autoReconnect=true&useServerPreparedStmts=false&rewriteBatchedStatements=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai
|
url: jdbc:p6spy:mysql://127.0.0.1:3306/smart_admin_v3?autoReconnect=true&useServerPreparedStmts=false&rewriteBatchedStatements=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai
|
||||||
username: root
|
username: root
|
||||||
password: Zhuoda.123
|
password: 123456
|
||||||
initial-size: 2
|
initial-size: 2
|
||||||
min-idle: 2
|
min-idle: 2
|
||||||
max-active: 10
|
max-active: 10
|
||||||
@ -141,4 +141,7 @@ sa-token:
|
|||||||
# 启动时的字符画打印
|
# 启动时的字符画打印
|
||||||
is-print: false
|
is-print: false
|
||||||
# 是否从cookie读取token
|
# 是否从cookie读取token
|
||||||
is-read-cookie: false
|
is-read-cookie: false
|
||||||
|
|
||||||
|
export:
|
||||||
|
show-watermark: true
|
@ -143,4 +143,7 @@ sa-token:
|
|||||||
# 启动时的字符画打印
|
# 启动时的字符画打印
|
||||||
is-print: false
|
is-print: false
|
||||||
# 是否从cookie读取token
|
# 是否从cookie读取token
|
||||||
is-read-cookie: false
|
is-read-cookie: false
|
||||||
|
|
||||||
|
export:
|
||||||
|
show-watermark: true
|
@ -143,4 +143,7 @@ sa-token:
|
|||||||
# 启动时的字符画打印
|
# 启动时的字符画打印
|
||||||
is-print: false
|
is-print: false
|
||||||
# 是否从cookie读取token
|
# 是否从cookie读取token
|
||||||
is-read-cookie: false
|
is-read-cookie: false
|
||||||
|
|
||||||
|
export:
|
||||||
|
show-watermark: true
|
@ -143,4 +143,7 @@ sa-token:
|
|||||||
# 启动时的字符画打印
|
# 启动时的字符画打印
|
||||||
is-print: false
|
is-print: false
|
||||||
# 是否从cookie读取token
|
# 是否从cookie读取token
|
||||||
is-read-cookie: false
|
is-read-cookie: false
|
||||||
|
|
||||||
|
export:
|
||||||
|
show-watermark: true
|
Loading…
Reference in New Issue
Block a user