Просмотр исходного кода

[MQ环境配置][修改]:TEST/RELEASE环境配置添加

release_toaliyun_real
Stormeye Wu 7 лет назад
Родитель
Сommit
3a6a0fb877
13 измененных файлов: 86 добавлений и 9 удалений
  1. +2
    -3
      mallinkAdmin/src/main/resources/application-dev.yml
  2. +8
    -2
      mallinkAdmin/src/main/resources/application-prod.yml
  3. +8
    -2
      mallinkAdmin/src/main/resources/application-test.yml
  4. +3
    -0
      mallinkAdmin/src/main/resources/application.yml
  5. +8
    -0
      mallinkBApi/src/main/resources/application-prod.yml
  6. +8
    -0
      mallinkBApi/src/main/resources/application-test.yml
  7. +8
    -0
      mallinkCApi/src/main/resources/application-prod.yml
  8. +8
    -0
      mallinkCApi/src/main/resources/application-test.yml
  9. +8
    -0
      mallinkMQConsumer/src/main/resources/application-prod.yml
  10. +8
    -0
      mallinkMQConsumer/src/main/resources/application-test.yml
  11. +1
    -2
      mallinkSchedule/src/main/java/com/iformall/schedule/WxAppVisitSchedule.java
  12. +8
    -0
      mallinkSchedule/src/main/resources/application-prod.yml
  13. +8
    -0
      mallinkSchedule/src/main/resources/application-test.yml

+ 2
- 3
mallinkAdmin/src/main/resources/application-dev.yml Просмотреть файл

@@ -24,9 +24,6 @@ spring:
connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000"
#jackson:
#date-format: yyyy-MM-dd HH:mm:ss
flowable:
async-executor-activate: false

# REDIS
redis:
host: 202.165.179.86
@@ -53,6 +50,7 @@ spring:
auth: true
starttls:
enable: true
# ROCKETMQ
rocketmq:
nameServer: 127.0.0.1:9876
producer:
@@ -62,6 +60,7 @@ spring:
max-message-size: 4194304
retry-another-broker-when-not-store-ok: false
retry-times-when-send-failed: 2
# RABBITMQ
rabbitmq:
host: 202.165.179.86
port: 5672


+ 8
- 2
mallinkAdmin/src/main/resources/application-prod.yml Просмотреть файл

@@ -48,8 +48,14 @@ spring:
auth: true
starttls:
enable: true
flowable:
async-executor-activate: false
# RABBITMQ
rabbitmq:
host: localhost
port: 5672
username: ENC(lRmLd6EzgeY1RT5ktcHv9g==)
password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=)
publisher-confirms: true
virtual-host: /

aws:
clientRegion: cn-northwest-1


+ 8
- 2
mallinkAdmin/src/main/resources/application-test.yml Просмотреть файл

@@ -48,8 +48,14 @@ spring:
auth: true
starttls:
enable: true
flowable:
async-executor-activate: false
# RABBITMQ
rabbitmq:
host: 127.0.0.1
port: 5672
username: ENC(aSRr6mnSryEqzHHz1hJf1g==)
password: ENC(GnjF/mdqKdvmDYC0tIIso7+20/jBALPw39tiWCYJ4iw=)
publisher-confirms: true
virtual-host: /

aws:
clientRegion: cn-northwest-1


+ 3
- 0
mallinkAdmin/src/main/resources/application.yml Просмотреть файл

@@ -37,6 +37,9 @@ spring:
password: guest
publisher-confirms: true
virtual-host: /
# FLOWABLE
flowable:
async-executor-activate: false


# @{link} https://github.com/abel533


+ 8
- 0
mallinkBApi/src/main/resources/application-prod.yml Просмотреть файл

@@ -47,6 +47,14 @@ spring:
auth: true
starttls:
enable: true
# RABBITMQ
rabbitmq:
host: localhost
port: 5672
username: ENC(lRmLd6EzgeY1RT5ktcHv9g==)
password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=)
publisher-confirms: true
virtual-host: /

aws:
clientRegion: cn-northwest-1


+ 8
- 0
mallinkBApi/src/main/resources/application-test.yml Просмотреть файл

@@ -45,6 +45,14 @@ spring:
auth: true
starttls:
enable: true
# RABBITMQ
rabbitmq:
host: 127.0.0.1
port: 5672
username: ENC(aSRr6mnSryEqzHHz1hJf1g==)
password: ENC(GnjF/mdqKdvmDYC0tIIso7+20/jBALPw39tiWCYJ4iw=)
publisher-confirms: true
virtual-host: /

aws:
clientRegion: cn-northwest-1


+ 8
- 0
mallinkCApi/src/main/resources/application-prod.yml Просмотреть файл

@@ -47,6 +47,14 @@ spring:
auth: true
starttls:
enable: true
# RABBITMQ
rabbitmq:
host: localhost
port: 5672
username: ENC(lRmLd6EzgeY1RT5ktcHv9g==)
password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=)
publisher-confirms: true
virtual-host: /

aws:
clientRegion: cn-northwest-1


+ 8
- 0
mallinkCApi/src/main/resources/application-test.yml Просмотреть файл

@@ -45,6 +45,14 @@ spring:
auth: true
starttls:
enable: true
# RABBITMQ
rabbitmq:
host: 127.0.0.1
port: 5672
username: ENC(aSRr6mnSryEqzHHz1hJf1g==)
password: ENC(GnjF/mdqKdvmDYC0tIIso7+20/jBALPw39tiWCYJ4iw=)
publisher-confirms: true
virtual-host: /

aws:
clientRegion: cn-northwest-1


+ 8
- 0
mallinkMQConsumer/src/main/resources/application-prod.yml Просмотреть файл

@@ -48,6 +48,14 @@ spring:
auth: true
starttls:
enable: true
# RABBITMQ
rabbitmq:
host: localhost
port: 5672
username: ENC(lRmLd6EzgeY1RT5ktcHv9g==)
password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=)
publisher-confirms: true
virtual-host: /

aws:
clientRegion: cn-northwest-1


+ 8
- 0
mallinkMQConsumer/src/main/resources/application-test.yml Просмотреть файл

@@ -46,6 +46,14 @@ spring:
auth: true
starttls:
enable: true
# RABBITMQ
rabbitmq:
host: 127.0.0.1
port: 5672
username: ENC(aSRr6mnSryEqzHHz1hJf1g==)
password: ENC(GnjF/mdqKdvmDYC0tIIso7+20/jBALPw39tiWCYJ4iw=)
publisher-confirms: true
virtual-host: /

aws:
clientRegion: cn-northwest-1


+ 1
- 2
mallinkSchedule/src/main/java/com/iformall/schedule/WxAppVisitSchedule.java Просмотреть файл

@@ -99,8 +99,7 @@ public class WxAppVisitSchedule {
WxMaService wxMaService = MaUtil.getWeappService(appInfo);
try {
List<WxMaVisitTrend> vtList = wxMaService.getAnalysisService().getDailyVisitTrend(lastDate, lastDate);

System.out.println(vtList.toString());
logger.info(vtList.toString());
for(WxMaVisitTrend maVisitTrend: vtList) {
WxUserVisit v = new WxUserVisit();
v.setAppId(appInfo.getAppId());


+ 8
- 0
mallinkSchedule/src/main/resources/application-prod.yml Просмотреть файл

@@ -48,6 +48,14 @@ spring:
auth: true
starttls:
enable: true
# RABBITMQ
rabbitmq:
host: localhost
port: 5672
username: ENC(lRmLd6EzgeY1RT5ktcHv9g==)
password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=)
publisher-confirms: true
virtual-host: /

aws:
clientRegion: cn-northwest-1


+ 8
- 0
mallinkSchedule/src/main/resources/application-test.yml Просмотреть файл

@@ -46,6 +46,14 @@ spring:
auth: true
starttls:
enable: true
# RABBITMQ
rabbitmq:
host: 127.0.0.1
port: 5672
username: ENC(aSRr6mnSryEqzHHz1hJf1g==)
password: ENC(GnjF/mdqKdvmDYC0tIIso7+20/jBALPw39tiWCYJ4iw=)
publisher-confirms: true
virtual-host: /

aws:
clientRegion: cn-northwest-1


Загрузка…
Отмена
Сохранить