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.
29 lines
823 B
29 lines
823 B
# 上传文件的临时路径
|
|
uploadTempPath: c:/Windows/Temp
|
|
# JWT
|
|
SECRET: ZXZnZWVr5b+r5LmQ5L2g55qE5Ye66KGM
|
|
# 生成Token的密码
|
|
CookieMd5SingPwd: DsideaL4r5t6y7u
|
|
|
|
mysql:
|
|
# 数据库信息
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
user: root
|
|
password: DsideaL147258369
|
|
jdbcUrl : jdbc:mysql://10.10.14.210:22066/ds_db?rewriteBatchedStatements=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
|
|
|
redis:
|
|
ip: 10.10.14.210
|
|
port: 18890
|
|
password:
|
|
|
|
# ==============================================================
|
|
|
|
excel:
|
|
# 导出excel 的模板配置路径
|
|
excelExportTemplatePathSuffix: /ExcelExportTemplate/
|
|
# 导入excel 的模板配置路径
|
|
ExcelImportTemplatePathSuffix: /ExcelImportTemplate/
|
|
|