|
|
@ -1,45 +1,15 @@ |
|
|
|
spring: |
|
|
|
datasource: |
|
|
|
dynamic: |
|
|
|
primary: master #设置默认的数据源或者数据源组,默认值即为master |
|
|
|
strict: false #严格匹配数据源,默认false. true未匹配到指定数据源时抛异常,false使用默认数据源 |
|
|
|
datasource: |
|
|
|
master: |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
url: jdbc:mysql://127.0.0.1:3306/supervise_report?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
|
|
|
username: root |
|
|
|
password: 1LAiGz$t1*Iw |
|
|
|
supplychain: |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
url: jdbc:mysql://127.0.0.1:3306/supervise_supplychain?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
|
|
|
username: root |
|
|
|
password: 1LAiGz$t1*Iw |
|
|
|
warehouse: |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
url: jdbc:mysql://127.0.0.1:3306/warehouse2?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
|
|
|
username: root |
|
|
|
password: 1LAiGz$t1*Iw |
|
|
|
crm: |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
url: jdbc:mysql://127.0.0.1:3306/supervise_crm?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
|
|
|
username: root |
|
|
|
password: 1LAiGz$t1*Iw |
|
|
|
system: |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
url: jdbc:mysql://127.0.0.1:3306/supervise_auth?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
|
|
|
username: root |
|
|
|
password: 1LAiGz$t1*Iw |
|
|
|
rms: |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
url: jdbc:mysql://127.0.0.1:3306/supervise_rms?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
|
|
|
username: root |
|
|
|
password: 1LAiGz$t1*Iw |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
url: jdbc:mysql://127.0.0.1:3306/supervise_message?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true |
|
|
|
username: root |
|
|
|
password: 1LAiGz$t1*Iw |
|
|
|
cloud: |
|
|
|
nacos: |
|
|
|
discovery: |
|
|
|
server-addr: 127.0.0.1:8848 |
|
|
|
redis: |
|
|
|
database: 3 # Redis数据库索引(默认为0) |
|
|
|
database: 6 # Redis数据库索引(默认为0) |
|
|
|
host: 127.0.0.1 |
|
|
|
jedis: |
|
|
|
pool: |
|
|
@ -50,10 +20,8 @@ spring: |
|
|
|
password: 123456 |
|
|
|
port: 6379 |
|
|
|
timeout: 0 # 连接超时时间(毫秒) |
|
|
|
|
|
|
|
image: |
|
|
|
upload: |
|
|
|
path: D:/webapps/supervise/static/upload/ |
|
|
|
url: |
|
|
|
prefix: https://supervise.yxtsoft.com/downfile/ |
|
|
|
|
|
|
|
prefix: https://supervise.yxtsoft.com/downfile/ |