parent
a225f3ec65
commit
44394b46c0
@ -0,0 +1,22 @@
|
||||
# 数据库信息
|
||||
mysql:
|
||||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
user: root
|
||||
password: DsideaL147258369
|
||||
jdbcUrl: jdbc:mysql://10.10.14.210:22066/base_db?useUnicode=true&useSSL=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||||
|
||||
# redis
|
||||
redis:
|
||||
ip: 10.10.14.14
|
||||
port: 18890
|
||||
|
||||
sso:
|
||||
sessionid: ds_sso_sessionid
|
||||
|
||||
log:
|
||||
# 记录登录日志的范围
|
||||
loginLogIdentity: 1,2,3,4,5,6,7
|
||||
|
||||
password:
|
||||
# MysqlAES加密解密的密码
|
||||
AesPwd: DsideaL4r5t6y7u!
|
@ -1,7 +1,15 @@
|
||||
###### ###### #######
|
||||
## ## ## ## ## ##
|
||||
## ## ## ##
|
||||
###### ###### ## ##
|
||||
## ## ## ##
|
||||
## ## ## ## ## ##
|
||||
###### ###### #######
|
||||
|
||||
__ ______
|
||||
/ | / \
|
||||
____$$ | _______ /$$$$$$ | _______ ______
|
||||
/ $$ | / |$$ \__$$/ / | / \
|
||||
/$$$$$$$ |/$$$$$$$/ $$ \ /$$$$$$$/ /$$$$$$ |
|
||||
$$ | $$ |$$ \ $$$$$$ |$$ \ $$ | $$ |
|
||||
$$ \__$$ | $$$$$$ |/ \__$$ | $$$$$$ |$$ \__$$ |
|
||||
$$ $$ |/ $$/ $$ $$/ / $$/ $$ $$/
|
||||
$$$$$$$/ $$$$$$$/ $$$$$$/ $$$$$$$/ $$$$$$/
|
||||
|
||||
|
||||
|
||||
|
||||
power by http://patorjk.com/software/taag/
|
@ -0,0 +1,22 @@
|
||||
# 数据库信息
|
||||
mysql:
|
||||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
user: root
|
||||
password: DsideaL147258369
|
||||
jdbcUrl: jdbc:mysql://10.10.14.210:22066/base_db?useUnicode=true&useSSL=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||||
|
||||
# redis
|
||||
redis:
|
||||
ip: 10.10.14.14
|
||||
port: 18890
|
||||
|
||||
sso:
|
||||
sessionid: ds_sso_sessionid
|
||||
|
||||
log:
|
||||
# 记录登录日志的范围
|
||||
loginLogIdentity: 1,2,3,4,5,6,7
|
||||
|
||||
password:
|
||||
# MysqlAES加密解密的密码
|
||||
AesPwd: DsideaL4r5t6y7u!
|
@ -1,7 +1,15 @@
|
||||
###### ###### #######
|
||||
## ## ## ## ## ##
|
||||
## ## ## ##
|
||||
###### ###### ## ##
|
||||
## ## ## ##
|
||||
## ## ## ## ## ##
|
||||
###### ###### #######
|
||||
|
||||
__ ______
|
||||
/ | / \
|
||||
____$$ | _______ /$$$$$$ | _______ ______
|
||||
/ $$ | / |$$ \__$$/ / | / \
|
||||
/$$$$$$$ |/$$$$$$$/ $$ \ /$$$$$$$/ /$$$$$$ |
|
||||
$$ | $$ |$$ \ $$$$$$ |$$ \ $$ | $$ |
|
||||
$$ \__$$ | $$$$$$ |/ \__$$ | $$$$$$ |$$ \__$$ |
|
||||
$$ $$ |/ $$/ $$ $$/ / $$/ $$ $$/
|
||||
$$$$$$$/ $$$$$$$/ $$$$$$/ $$$$$$$/ $$$$$$/
|
||||
|
||||
|
||||
|
||||
|
||||
power by http://patorjk.com/software/taag/
|
Loading…
Reference in new issue