You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
470 B
22 lines
470 B
# 数据库信息
|
|
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! |