|
|
|
|
@ -55,32 +55,32 @@ spring:
|
|
|
|
|
url: jdbc:mysql://47.120.79.150:3306/fys-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
|
|
|
|
username: root
|
|
|
|
|
password: Jq_123456#
|
|
|
|
|
# # 从库数据源
|
|
|
|
|
# slave:
|
|
|
|
|
# lazy: true
|
|
|
|
|
# type: ${spring.datasource.type}
|
|
|
|
|
# driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
|
|
# url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
|
|
|
|
# username:
|
|
|
|
|
# password:
|
|
|
|
|
# oracle:
|
|
|
|
|
# type: ${spring.datasource.type}
|
|
|
|
|
# driverClassName: oracle.jdbc.OracleDriver
|
|
|
|
|
# url: jdbc:oracle:thin:@//localhost:1521/XE
|
|
|
|
|
# username: ROOT
|
|
|
|
|
# password: root
|
|
|
|
|
# postgres:
|
|
|
|
|
# type: ${spring.datasource.type}
|
|
|
|
|
# driverClassName: org.postgresql.Driver
|
|
|
|
|
# url: jdbc:postgresql://localhost:5432/postgres?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
|
|
|
|
|
# username: root
|
|
|
|
|
# password: root
|
|
|
|
|
# sqlserver:
|
|
|
|
|
# type: ${spring.datasource.type}
|
|
|
|
|
# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
|
|
|
# url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;encrypt=false;rewriteBatchedStatements=true
|
|
|
|
|
# username: SA
|
|
|
|
|
# password: root
|
|
|
|
|
# # 从库数据源
|
|
|
|
|
# slave:
|
|
|
|
|
# lazy: true
|
|
|
|
|
# type: ${spring.datasource.type}
|
|
|
|
|
# driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
|
|
# url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
|
|
|
|
# username:
|
|
|
|
|
# password:
|
|
|
|
|
# oracle:
|
|
|
|
|
# type: ${spring.datasource.type}
|
|
|
|
|
# driverClassName: oracle.jdbc.OracleDriver
|
|
|
|
|
# url: jdbc:oracle:thin:@//localhost:1521/XE
|
|
|
|
|
# username: ROOT
|
|
|
|
|
# password: root
|
|
|
|
|
# postgres:
|
|
|
|
|
# type: ${spring.datasource.type}
|
|
|
|
|
# driverClassName: org.postgresql.Driver
|
|
|
|
|
# url: jdbc:postgresql://localhost:5432/postgres?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
|
|
|
|
|
# username: root
|
|
|
|
|
# password: root
|
|
|
|
|
# sqlserver:
|
|
|
|
|
# type: ${spring.datasource.type}
|
|
|
|
|
# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
|
|
|
# url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;encrypt=false;rewriteBatchedStatements=true
|
|
|
|
|
# username: SA
|
|
|
|
|
# password: root
|
|
|
|
|
hikari:
|
|
|
|
|
# 最大连接池数量
|
|
|
|
|
maxPoolSize: 20
|
|
|
|
|
@ -283,8 +283,8 @@ mqtt:
|
|
|
|
|
password: #YtvpSfCNG
|
|
|
|
|
url: tcp://47.120.79.150:3883
|
|
|
|
|
subClientId: fys_subClient
|
|
|
|
|
subTopic: A/#
|
|
|
|
|
pubTopic: B/#
|
|
|
|
|
subTopic: A/#,status/tenantCode/#,report/tenantCode/#
|
|
|
|
|
pubTopic: B/#,command/tenantCode/#
|
|
|
|
|
pubClientId: fys_pubClient
|
|
|
|
|
|
|
|
|
|
# TTS语音交互配置
|
|
|
|
|
|