@@ -46,6 +46,16 @@ zuul:
serviceId: knowledge-service
sensitiveHeaders:
+#mq
+spring:
+ rabbitmq:
+ host: 192.168.2.236
+ port: 5672
+ username: lantone
+ password: lantone
+ publisher-confirms: true
+ virtual-host: /
+
server:
port: 5050
@@ -45,6 +45,15 @@ zuul:
path: /knowledgeapi/**
+ host: localhost
+ username: guest
+ password: guest
@@ -10,6 +10,16 @@ turbine:
instanceUrlSuffix:
default: actuator/hystrix.stream
management:
security:
enabled: false
@@ -55,6 +55,15 @@ spring:
login-username: root
login-password: root
+ #mq
#mybatis
mybatis-plus:
mapper-locations: classpath:/mapper/*Mapper.xml
@@ -54,6 +54,14 @@ spring:
reset-enable: false