|
@ -88,12 +88,12 @@ spring: |
|
|
url: ${spring.shardingsphere.datasource.master.url} |
|
|
url: ${spring.shardingsphere.datasource.master.url} |
|
|
username: ${spring.shardingsphere.datasource.master.username} |
|
|
username: ${spring.shardingsphere.datasource.master.username} |
|
|
password: ${spring.shardingsphere.datasource.master.password} |
|
|
password: ${spring.shardingsphere.datasource.master.password} |
|
|
sql-server-all: |
|
|
sql-server-exchange-center: |
|
|
type: ${spring.shardingsphere.datasource.master.type} |
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
driver-class-name: ${spring.shardingsphere.datasource.master.driverClassName} |
|
|
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
|
|
url: ${spring.shardingsphere.datasource.master.url} |
|
|
url: jdbc:sqlserver://192.168.11.3:1433;SelectMethod=Cursor;DatabaseName=ExChangeTest;trustServerCertificate=true |
|
|
username: ${spring.shardingsphere.datasource.master.username} |
|
|
username: sa |
|
|
password: ${spring.shardingsphere.datasource.master.password} |
|
|
password: Microsoft@2022 |
|
|
|
|
|
|
|
|
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优 |
|
|
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优 |
|
|
redis: |
|
|
redis: |
|
|