正式环境
parent
336aef34b6
commit
0b928b1abc
4
pom.xml
4
pom.xml
|
@ -16,13 +16,13 @@
|
||||||
<module>yudao-module-member</module>
|
<module>yudao-module-member</module>
|
||||||
<module>yudao-module-system</module>
|
<module>yudao-module-system</module>
|
||||||
<module>yudao-module-infra</module>
|
<module>yudao-module-infra</module>
|
||||||
<module>yudao-module-pay</module>
|
<!-- <module>yudao-module-pay</module>-->
|
||||||
<!-- <module>yudao-module-bpm</module>-->
|
<!-- <module>yudao-module-bpm</module>-->
|
||||||
<!-- <module>yudao-module-report</module>-->
|
<!-- <module>yudao-module-report</module>-->
|
||||||
<!-- <module>yudao-module-mp</module>-->
|
<!-- <module>yudao-module-mp</module>-->
|
||||||
<module>yudao-module-mall</module>
|
<module>yudao-module-mall</module>
|
||||||
<!-- 示例项目 -->
|
<!-- 示例项目 -->
|
||||||
<module>yudao-example</module>
|
<!-- <module>yudao-example</module>-->
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
|
|
|
@ -45,7 +45,7 @@ spring:
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
master:
|
||||||
name: cyywl
|
name: cyywl
|
||||||
url: jdbc:mysql://117.33.142.185:3306/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&allowPublicKeyRetrieval=true
|
url: jdbc:mysql://47.109.92.244:3306/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&allowPublicKeyRetrieval=true
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
driver-class-name: com.mysql.jdbc.Driver
|
||||||
username: root
|
username: root
|
||||||
password: axzsd110
|
password: axzsd110
|
||||||
|
@ -58,10 +58,10 @@ spring:
|
||||||
|
|
||||||
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
||||||
redis:
|
redis:
|
||||||
host: 117.33.142.185 # 地址
|
host: 47.109.92.244 # 地址
|
||||||
port: 6369 # 端口
|
port: 6369 # 端口
|
||||||
database: 6 # 数据库索引
|
database: 6 # 数据库索引
|
||||||
password: 20221122@dev # 密码,建议生产环境开启
|
password: cyywl123.. # 密码,建议生产环境开启
|
||||||
|
|
||||||
--- #################### 定时任务相关配置 ####################
|
--- #################### 定时任务相关配置 ####################
|
||||||
|
|
||||||
|
@ -216,7 +216,7 @@ wx:
|
||||||
useRedis: false
|
useRedis: false
|
||||||
defaultContent: \u60A8\u597D\uFF0C\u6709\u4EC0\u4E48\u95EE\u9898\uFF1F
|
defaultContent: \u60A8\u597D\uFF0C\u6709\u4EC0\u4E48\u95EE\u9898\uFF1F
|
||||||
redisConfig:
|
redisConfig:
|
||||||
host: 117.33.142.185 # 地址
|
host: 47.109.92.244 # 地址
|
||||||
port: 6369 # 端口
|
port: 6399 # 端口
|
||||||
database: 16 # 数据库索引
|
database: 16 # 数据库索引
|
||||||
password: 20221122@dev # 密码,建议生产环境开启
|
password: cyywl123.. # 密码,建议生产环境开启
|
||||||
|
|
|
@ -47,10 +47,10 @@ spring:
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
master:
|
||||||
name: cyywl
|
name: cyywl
|
||||||
url: jdbc:mysql://117.33.142.185:3306/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&allowPublicKeyRetrieval=true
|
url: jdbc:mysql://47.109.92.244:3386/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&allowPublicKeyRetrieval=true
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
driver-class-name: com.mysql.jdbc.Driver
|
||||||
username: root
|
username: root
|
||||||
password: axzsd110
|
password: cyywl123
|
||||||
# slave: # 模拟从库,可根据自己需要修改 # 模拟从库,可根据自己需要修改
|
# slave: # 模拟从库,可根据自己需要修改 # 模拟从库,可根据自己需要修改
|
||||||
# name: ruoyi-vue-pro
|
# name: ruoyi-vue-pro
|
||||||
# url: jdbc:mysql://400-infra.server.iocoder.cn:3306/${spring.datasource.dynamic.datasource.slave.name}?useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
|
# url: jdbc:mysql://400-infra.server.iocoder.cn:3306/${spring.datasource.dynamic.datasource.slave.name}?useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
|
||||||
|
@ -60,10 +60,10 @@ spring:
|
||||||
|
|
||||||
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
||||||
redis:
|
redis:
|
||||||
host: 117.33.142.185 # 地址
|
host: 47.109.92.244 # 地址
|
||||||
port: 6369 # 端口
|
port: 6399 # 端口
|
||||||
database: 6 # 数据库索引
|
database: 6 # 数据库索引
|
||||||
password: 20221122@dev # 密码,建议生产环境开启
|
password: cyywl123.. # 密码,建议生产环境开启
|
||||||
|
|
||||||
--- #################### 定时任务相关配置 ####################
|
--- #################### 定时任务相关配置 ####################
|
||||||
|
|
||||||
|
@ -143,6 +143,13 @@ logging:
|
||||||
--- #################### 微信公众号相关配置 ####################
|
--- #################### 微信公众号相关配置 ####################
|
||||||
wx: # 参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-starters/wx-java-mp-spring-boot-starter/README.md 文档
|
wx: # 参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-starters/wx-java-mp-spring-boot-starter/README.md 文档
|
||||||
mp:
|
mp:
|
||||||
|
useRedis: false
|
||||||
|
defaultContent: \u60A8\u597D\uFF0C\u6709\u4EC0\u4E48\u95EE\u9898\uFF1F
|
||||||
|
redisConfig:
|
||||||
|
host: 47.109.92.244 # 地址
|
||||||
|
port: 6399 # 端口
|
||||||
|
database: 16 # 数据库索引
|
||||||
|
password: cyywl123.. # 密码,建议生产环境开启
|
||||||
# 公众号配置(必填)
|
# 公众号配置(必填)
|
||||||
app-id: wx041349c6f39b268b
|
app-id: wx041349c6f39b268b
|
||||||
secret: 5abee519483bc9f8cb37ce280e814bd0
|
secret: 5abee519483bc9f8cb37ce280e814bd0
|
||||||
|
|
|
@ -196,6 +196,7 @@ yudao:
|
||||||
- rep_demo_jianpiao
|
- rep_demo_jianpiao
|
||||||
- tmp_report_data_1
|
- tmp_report_data_1
|
||||||
- tmp_report_data_income
|
- tmp_report_data_income
|
||||||
|
- eb_category
|
||||||
- eb_shipping_templates
|
- eb_shipping_templates
|
||||||
- eb_shipping_templates_free
|
- eb_shipping_templates_free
|
||||||
- eb_shipping_templates_no_delivery
|
- eb_shipping_templates_no_delivery
|
||||||
|
|
Loading…
Reference in New Issue