ci:change api endpoint
This commit is contained in:
parent
fed531a1ef
commit
e7b4e92468
@ -7,7 +7,7 @@ spring:
|
||||
|
||||
routes:
|
||||
- id: proxy_route # ??????
|
||||
uri: ${kingdee.test-inner-end-point}
|
||||
uri: ${kingdee.prod-inner-end-point}
|
||||
predicates:
|
||||
- Path=/crm-api/proxy/do/**
|
||||
filters:
|
||||
|
@ -44,20 +44,20 @@ spring:
|
||||
datasource:
|
||||
master:
|
||||
url: jdbc:mysql://127.0.0.1:3306/ensign-crm-test?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
|
||||
username: crmuser
|
||||
password: yx.CRM.user@240920
|
||||
username: root
|
||||
password: yxzg-123456
|
||||
slave: # 模拟从库,可根据自己需要修改 # 模拟从库,可根据自己需要修改
|
||||
lazy: true # 开启懒加载,保证启动速度
|
||||
url: jdbc:mysql://127.0.0.1:3306/ensign-crm-test?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
|
||||
username: crmuser
|
||||
password: yx.CRM.user@240920
|
||||
username: root
|
||||
password: yxzg-123456
|
||||
|
||||
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
||||
redis:
|
||||
host: 127.0.0.1 # 地址
|
||||
port: 6379 # 端口
|
||||
database: 0 # 数据库索引
|
||||
# password: 123456 # 密码,建议生产环境开启
|
||||
password: yxzg-123456 # 密码,建议生产环境开启
|
||||
|
||||
--- #################### 定时任务相关配置 ####################
|
||||
|
||||
|
@ -46,9 +46,9 @@ spring:
|
||||
primary: master
|
||||
datasource:
|
||||
master:
|
||||
url: jdbc:mysql://10.64.111.141:3306/ensign-crm-test?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
|
||||
username: crmuser
|
||||
password: yx.CRM.user@240920
|
||||
url: jdbc:mysql://10.64.111.165:3306/ensign-crm-test?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
|
||||
username: root
|
||||
password: yxzg-123456
|
||||
# username: sa # SQL Server 连接的示例
|
||||
# password: Ensign@2024 # SQL Server 连接的示例
|
||||
# username: SYSDBA # DM 连接的示例
|
||||
@ -57,15 +57,15 @@ spring:
|
||||
# password: Ensign@2024 # OpenGauss 连接的示例
|
||||
slave: # 模拟从库,可根据自己需要修改
|
||||
lazy: true # 开启懒加载,保证启动速度
|
||||
url: jdbc:mysql://10.64.111.141:3306/ensign-crm-test?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
|
||||
username: crmuser
|
||||
password: yx.CRM.user@240920
|
||||
url: jdbc:mysql://10.64.111.165:3306/ensign-crm-test?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
|
||||
username: root
|
||||
password: yxzg-123456
|
||||
|
||||
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
||||
redis:
|
||||
host: 127.0.0.1 # 地址
|
||||
port: 6379 # 端口
|
||||
database: 0 # 数据库索引
|
||||
database: 5 # 数据库索引
|
||||
# password: dev # 密码,建议生产环境开启
|
||||
|
||||
--- #################### 定时任务相关配置 ####################
|
||||
|
Loading…
Reference in New Issue
Block a user