Browse Source

爬取封面添加代理

syh 5 years ago
parent
commit
91d028a376
1 changed files with 6 additions and 6 deletions
  1. 6 6
      jeecg-boot-module-system/src/main/resources/application-prod.yml

+ 6 - 6
jeecg-boot-module-system/src/main/resources/application-prod.yml

@@ -12,13 +12,13 @@ management:
       exposure:
         include: metrics,httptrace
 
+
 spring:
-  spring:
-    rabbitmq:
-      host: 39.106.184.70
-      port: 5672
-      username: guest
-      password: guest
+  rabbitmq:
+    host: 39.106.184.70
+    port: 5672
+    username: guest
+    password: guest
   servlet:
     multipart:
       max-file-size: -1