Browse Source

[优化]MQ生产者失败回调

release_toaliyun_real
Burce 6 years ago
parent
commit
064fda6eda
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      mallinkAdmin/src/main/resources/application-prod.yml
  2. +1
    -0
      mallinkAdmin/src/main/resources/application-test.yml

+ 1
- 0
mallinkAdmin/src/main/resources/application-prod.yml View File

@@ -58,6 +58,7 @@ spring:
username: ENC(lRmLd6EzgeY1RT5ktcHv9g==)
password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=)
publisher-confirms: true
publisher-returns: true
virtual-host: /
flyway:
enabled: true


+ 1
- 0
mallinkAdmin/src/main/resources/application-test.yml View File

@@ -58,6 +58,7 @@ spring:
username: ENC(aSRr6mnSryEqzHHz1hJf1g==)
password: ENC(GnjF/mdqKdvmDYC0tIIso7+20/jBALPw39tiWCYJ4iw=)
publisher-confirms: true
publisher-returns: true
virtual-host: /
flyway:
enabled: true


Loading…
Cancel
Save