宋悦 8 年之前
父節點
當前提交
c719130465
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      exam-work-main/src/main/resources/application-prod.properties

+ 8 - 1
exam-work-main/src/main/resources/application-prod.properties

@@ -7,4 +7,11 @@ spring.redis.host=127.0.0.1
 spring.redis.port=6379
 
 
-eureka.client.serviceUrl.defaultZone=http://127.0.0.1:1111/eureka/
+eureka.client.serviceUrl.defaultZone=http://127.0.0.1:1111/eureka/
+
+
+spring.rabbitmq.host=localhost
+spring.rabbitmq.port=5672
+spring.rabbitmq.username=examcloud
+spring.rabbitmq.password=examcloud123
+spring.rabbitmq.listener.acknowledgeMode=MANUAL