Parcourir la source

fix: 测试mq使用

Marko552 il y a 3 ans
Parent
commit
28f5c9626b

+ 6 - 0
abi-cloud-qr-platform-server/pom.xml

@@ -66,6 +66,12 @@
         <dependency>
             <groupId>com.abi.bees</groupId>
             <artifactId>sms-center-api</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.jdom</groupId>
+                    <artifactId>jdom</artifactId>
+                </exclusion>
+            </exclusions>
             <version>1.0.0</version>
         </dependency>
         <!--freemarker template-->

+ 1 - 1
abi-cloud-qr-platform-server/src/main/resources/bootstrap.yml

@@ -20,7 +20,7 @@ spring:
         namespace: ${spring.profiles.active}
         sources:
         - name: redis
-        - name: rabbitmq
+        - name: rabbitmq-qms
         - name: qms-qr-platform-service-secret
       reload:
         enabled: true