|
@@ -35,21 +35,21 @@ spring:
|
|
|
host: jeecg-boot-redis
|
|
|
password:
|
|
|
port: 6379
|
|
|
- rabbitmq:
|
|
|
- host: jeecg-boot-rabbitmq
|
|
|
- username: guest
|
|
|
- password: guest
|
|
|
- port: 5672
|
|
|
- publisher-confirms: true
|
|
|
- publisher-returns: true
|
|
|
- virtual-host: /
|
|
|
- listener:
|
|
|
- simple:
|
|
|
- acknowledge-mode: manual
|
|
|
- concurrency: 1
|
|
|
- max-concurrency: 1
|
|
|
- retry:
|
|
|
- enabled: true
|
|
|
+# rabbitmq:
|
|
|
+# host: jeecg-boot-rabbitmq
|
|
|
+# username: guest
|
|
|
+# password: guest
|
|
|
+# port: 5672
|
|
|
+# publisher-confirms: true
|
|
|
+# publisher-returns: true
|
|
|
+# virtual-host: /
|
|
|
+# listener:
|
|
|
+# simple:
|
|
|
+# acknowledge-mode: manual
|
|
|
+# concurrency: 1
|
|
|
+# max-concurrency: 1
|
|
|
+# retry:
|
|
|
+# enabled: true
|
|
|
minidao:
|
|
|
base-package: org.jeecg.modules.jmreport.*,org.jeecg.modules.drag.*
|
|
|
jeecg:
|