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.
|
|
|
# 上传文件的临时路径
|
|
|
|
uploadTempPath: c:/Windows/Temp
|
|
|
|
# JWT
|
|
|
|
SECRET: ZXZnZWVr5b+r5LmQ5L2g55qE5Ye66KGM
|
|
|
|
# 生成Token的密码
|
|
|
|
CookieMd5SingPwd: DsideaL4r5t6y7u
|
|
|
|
|
|
|
|
# 系统的启动路径
|
|
|
|
rootPath : /usr/local/dsBase/classes
|
|
|
|
|
|
|
|
mysql:
|
|
|
|
# 数据库信息
|
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
|
user: root
|
|
|
|
password: Password123@mysql
|
|
|
|
jdbcUrl : jdbc:mysql://10.10.14.203:3306/ds_db?rewriteBatchedStatements=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false
|
|
|
|
|
|
|
|
|
|
|
|
redis:
|
|
|
|
ip: 10.10.14.210
|
|
|
|
port: 18890
|
|
|
|
password:
|
|
|
|
|
|
|
|
# 数据可视化
|
|
|
|
dataEase:
|
|
|
|
dataVisualizationRootName: 云南省教科院
|
|
|
|
dataVisualizationName: 云南省教育决策支持系统【市州】
|
|
|
|
publish_url: http://10.10.14.203:8100
|
|
|
|
ShiZhou_url: /#/de-link/X4l1qGNH
|
|
|
|
ShiLeft_url: /#/de-link/TgShVA0z
|
|
|
|
ShiBottom_url: /#/de-link/QZVOyXqD
|
|
|
|
ShiRight_url: /#/de-link/oitjXDlA
|
|
|
|
# ==============================================================
|
|
|
|
|
|
|
|
excel:
|
|
|
|
# 导出excel 的模板配置路径
|
|
|
|
excelExportTemplatePathSuffix: /ExcelExportTemplate/
|
|
|
|
# 导入excel 的模板配置路径
|
|
|
|
ExcelImportTemplatePathSuffix: /ExcelImportTemplate/
|
|
|
|
|
|
|
|
# 上传文件地址
|
|
|
|
upload:
|
|
|
|
path: D:/dsWork/YunNanDsBase/WebRoot/upload
|