|
@@ -67,12 +67,17 @@ spring:
|
|
|
password: taosdata
|
|
|
driver-class-name: com.taosdata.jdbc.rs.RestfulDriver
|
|
|
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
|
|
+# redis:
|
|
|
+# host: localhost # 地址
|
|
|
+# port: 6379 # 端口
|
|
|
+# username: default
|
|
|
+# database: 1 # 数据库索引
|
|
|
+# password: r1q6IrEp@4s # 密码,建议生产环境开启
|
|
|
redis:
|
|
|
host: localhost # 地址
|
|
|
port: 6379 # 端口
|
|
|
- username: default
|
|
|
- database: 1 # 数据库索引
|
|
|
- password: r1q6IrEp@4s # 密码,建议生产环境开启
|
|
|
+ database: 0 # 数据库索引
|
|
|
+ password: 123456
|
|
|
|
|
|
--- #################### 定时任务相关配置 ####################
|
|
|
|
|
@@ -267,3 +272,15 @@ pf4j:
|
|
|
pluginsDir: ${user.home}/plugins # 插件目录
|
|
|
system:
|
|
|
url: https://aims.deepoil.cc/
|
|
|
+
|
|
|
+oa:
|
|
|
+ register: https://172.17.25.231/api/ec/dev/auth/regist
|
|
|
+ gettoken: https://172.17.25.231/api/ec/dev/auth/applytoken
|
|
|
+ outMaintain: https://172.17.25.231/api/workflow/paService/doCreateRequest
|
|
|
+ companyUrl: https://172.17.25.231/api/hrm/resful/getHrmsubcompanyWithPage
|
|
|
+ departmentUrl: https://172.17.25.231/api/hrm/resful/getHrmdepartmentWithPage
|
|
|
+ userUrl: https://172.17.25.231/api/hrm/resful/getHrmUserInfoWithPage
|
|
|
+ # appid: EEAA5436-7577-4BE0-8C6C-89E9D88805EE
|
|
|
+ # appid: EEAA5436-7577-4BE0-8C6C-89E9D88805E1
|
|
|
+ appid: tw
|
|
|
+ cpk: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApmtQUp9M82/z22P7am5owQCknjQnjF4U4ckEh7XVtJVQZrZx7d1lCPfoYrwOKEM4DEV7khW6++4Zv5caJ/9nqPn4QFwCqJWVmCEm9vC1BA6i2yfa4bmTxdR1/oeU/Af9pDFlvv5GC9XyilO7CIKu19Ce50v7aN6h1Tjix+h5Ba8e12XAEpEZk9pFroEYfR4lrecvi1pQOwRw8YzDRC4lhGNOo5Cen1rGjk7dwzzgs4uEv9ZyPZoVJnty5P9JE/ctboEf3x4jbqIliuCRgOyXYsLlp+N282CKcWZ35URkGw2orKyG1U6L1hNoj7kkpvAo8Zagf97SdZ0nYdRBIHv6PQIDAQAB
|