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.

25 lines
777 B

3 months ago
# 数据库信息
driverClassName=org.postgresql.Driver
user=postgres
password=DsideaL147258369
3 months ago
jdbcUrl=jdbc:postgresql://10.10.14.71:5432/dsBase_db?reWriteBatchedInserts=true
3 months ago
# redis
redis_ip=10.10.14.14
redis_port=18890
# 首页
first_page=/login.html
# 在线人数统计超过10分钟算法离线10分钟以内有调用接口的行为算在线同时需要维护已登录在线人数和未登录在线人数两个数据
action_set_login=ACTION_SET_LOGIN
action_set_nologin=ACTION_SET_NOLOGIN
3 months ago
3 months ago
# 导出excel 的模板配置路径
excelExportTemplatePathSuffix=/ExcelExportTemplate/
# 导入excel 的模板配置路径
ExcelImportTemplatePathSuffix=/ExcelImportTemplate/
# 自定义日志文件的位置
3 months ago
logPath=d:/Logs/dsBase.log