Commit e31cfb1f authored by xixinzhao's avatar xixinzhao

配置提交

parent 6d4d3187
...@@ -18,7 +18,7 @@ spring.redis.password=yeejoin@2020 ...@@ -18,7 +18,7 @@ spring.redis.password=yeejoin@2020
## ES properties: ## ES properties:
biz.elasticsearch.address=172.16.11.201 biz.elasticsearch.address=172.16.10.215
spring.data.elasticsearch.cluster-name=elasticsearch spring.data.elasticsearch.cluster-name=elasticsearch
spring.data.elasticsearch.cluster-nodes=${biz.elasticsearch.address}:9300 spring.data.elasticsearch.cluster-nodes=${biz.elasticsearch.address}:9300
spring.elasticsearch.rest.uris=http://${biz.elasticsearch.address}:9200 spring.elasticsearch.rest.uris=http://${biz.elasticsearch.address}:9200
...@@ -32,6 +32,17 @@ emqx.broker=tcp://172.16.11.201:1883 ...@@ -32,6 +32,17 @@ emqx.broker=tcp://172.16.11.201:1883
emqx.user-name=admin emqx.user-name=admin
emqx.password=public emqx.password=public
#activeMq
spring.activemq.broker-url=tcp://172.16.11.201:61616
spring.activemq.user=admin
spring.activemq.password=public
spring.jms.pub-sub-domain=false
#启用连接池
spring.activemq.pool.enabled=true
#最大连接数
spring.activemq.pool.max-connections=100
spring.activemq.packages.trust-all=true
## ???? properties: ## ???? properties:
rule.definition.load=false rule.definition.load=false
rule.definition.model-package=com.yeejoin.amos.boot.module.jcs.api.dto rule.definition.model-package=com.yeejoin.amos.boot.module.jcs.api.dto
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment