瀏覽代碼

[营销分析][添加][卡营销列表]

release_toaliyun_real
luozukai 7 年之前
父節點
當前提交
1878c7a7d3
共有 2 個檔案被更改,包括 4 行新增1 行删除
  1. +1
    -1
      mallinkMQConsumer/src/main/resources/application-prod.yml
  2. +3
    -0
      mallinkMQConsumer/src/main/resources/application-test.yml

+ 1
- 1
mallinkMQConsumer/src/main/resources/application-prod.yml 查看文件

@@ -1,6 +1,6 @@
spring:
profiles:
include: rocketMQ
include: rabbitMQ
# JDBC
datasource:
url: jdbc:mysql://formalldb.cfqyqflkdlit.rds.cn-northwest-1.amazonaws.com.cn:3306/mallink?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true


+ 3
- 0
mallinkMQConsumer/src/main/resources/application-test.yml 查看文件

@@ -1,3 +1,6 @@
spring:
profiles:
include: rabbitMQ
spring:
# JDBC
datasource:


Loading…
取消
儲存