Commit 31904068 authored by chenzhao's avatar chenzhao

修改配置文件

parent 2f5fa611
...@@ -23,21 +23,6 @@ ...@@ -23,21 +23,6 @@
<version>1.6.3-SNAPSHOT</version> <version>1.6.3-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.typroject</groupId>
<artifactId>tyboot-component-emq</artifactId>
<version>1.1.20</version>
<exclusions>
<exclusion>
<groupId>org.typroject</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.liquibase</groupId> <groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId> <artifactId>liquibase-core</artifactId>
</dependency> </dependency>
......
...@@ -26,10 +26,10 @@ import org.springframework.messaging.MessageHandler; ...@@ -26,10 +26,10 @@ import org.springframework.messaging.MessageHandler;
public class EquipmentIotMqttProduceConfig { public class EquipmentIotMqttProduceConfig {
@Value("${emqx.user-name}") @Value("${emqx.client-user-name}")
private String userName; private String userName;
@Value("${emqx.password}") @Value("${emqx.client-password}")
private String password; private String password;
@Value("${emqx.broker}") @Value("${emqx.broker}")
......
...@@ -42,10 +42,10 @@ import java.util.List; ...@@ -42,10 +42,10 @@ import java.util.List;
public class EquipmentIotMqttReceiveConfig { public class EquipmentIotMqttReceiveConfig {
@Value("${emqx.user-name}") @Value("${emqx.client-user-name}")
private String userName; private String userName;
@Value("${emqx.password}") @Value("${emqx.client-password}")
private String password; private String password;
@Value("${emqx.broker}") @Value("${emqx.broker}")
......
...@@ -30,11 +30,10 @@ import org.springframework.messaging.MessageHandler; ...@@ -30,11 +30,10 @@ import org.springframework.messaging.MessageHandler;
@Configuration @Configuration
@IntegrationComponentScan @IntegrationComponentScan
public class WebMqttSubscribe { public class WebMqttSubscribe {
@Value("${emqx.client-user-name}")
@Value("${emqx.user-name}")
private String userName; private String userName;
@Value("${emqx.password}") @Value("${emqx.client-password}")
private String password; private String password;
@Value("${emqx.broker}") @Value("${emqx.broker}")
......
...@@ -82,11 +82,12 @@ spring.redis.redissonUrl=172.16.11.20:6379 ...@@ -82,11 +82,12 @@ spring.redis.redissonUrl=172.16.11.20:6379
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
mqtt.scene.host=mqtt://172.16.3.35:8083/mqtt mqtt.scene.host=mqtt://172.16.3.35:8083/mqtt
mqtt.client.product.id=mqtt mqtt.client.product.id=mqtt
mqtt.topic=topic_mqtt mqtt.topic=topic_mqtt
......
...@@ -28,19 +28,6 @@ amos.system.user.password=a1234560 ...@@ -28,19 +28,6 @@ amos.system.user.password=a1234560
amos.system.user.app-key=studio_normalapp_2681691 amos.system.user.app-key=studio_normalapp_2681691
amos.system.user.product=AMOS_STUDIO_WEB amos.system.user.product=AMOS_STUDIO_WEB
eureka.client.serviceUrl.defaultZone=http://172.16.10.72:10001/eureka/ eureka.client.serviceUrl.defaultZone=http://172.16.10.72:10001/eureka/
eureka.client.registry-fetch-interval-seconds=5 eureka.client.registry-fetch-interval-seconds=5
eureka.instance.prefer-ip-address=true eureka.instance.prefer-ip-address=true
...@@ -77,8 +64,8 @@ params.isPush=false ...@@ -77,8 +64,8 @@ params.isPush=false
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -51,8 +51,8 @@ elasticsearch.password= 123456 ...@@ -51,8 +51,8 @@ elasticsearch.password= 123456
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -52,8 +52,8 @@ elasticsearch.password= 123456 ...@@ -52,8 +52,8 @@ elasticsearch.password= 123456
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -48,8 +48,8 @@ elasticsearch.password= 123456 ...@@ -48,8 +48,8 @@ elasticsearch.password= 123456
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -92,8 +92,8 @@ elasticsearch.password= 123456 ...@@ -92,8 +92,8 @@ elasticsearch.password= 123456
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -51,8 +51,8 @@ elasticsearch.password= 123456 ...@@ -51,8 +51,8 @@ elasticsearch.password= 123456
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -80,8 +80,8 @@ elasticsearch.password= 123456 ...@@ -80,8 +80,8 @@ elasticsearch.password= 123456
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -125,8 +125,8 @@ linux.img.path = / ...@@ -125,8 +125,8 @@ linux.img.path = /
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -53,7 +53,7 @@ spring.redis.jedis.pool.min-idle=0 ...@@ -53,7 +53,7 @@ spring.redis.jedis.pool.min-idle=0
spring.redis.timeout=1000 spring.redis.timeout=1000
#巡检计划定时任务 #巡检计划定时任务
jobs.cron = 0 0/1 22-23 * * ? jobs.cron = 0 0/5 * * * ?
#邮件配置 #邮件配置
#params.mailPush = false #params.mailPush = false
...@@ -90,8 +90,8 @@ linux.img.path = / ...@@ -90,8 +90,8 @@ linux.img.path = /
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -115,8 +115,8 @@ linux.img.path = / ...@@ -115,8 +115,8 @@ linux.img.path = /
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -82,8 +82,8 @@ linux.img.path = / ...@@ -82,8 +82,8 @@ linux.img.path = /
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -54,8 +54,8 @@ linux.img.path = / ...@@ -54,8 +54,8 @@ linux.img.path = /
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -73,8 +73,8 @@ linux.img.path = / ...@@ -73,8 +73,8 @@ linux.img.path = /
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -114,8 +114,8 @@ linux.img.path = / ...@@ -114,8 +114,8 @@ linux.img.path = /
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -119,8 +119,8 @@ linux.img.path = / ...@@ -119,8 +119,8 @@ linux.img.path = /
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -96,8 +96,8 @@ linux.img.path = / ...@@ -96,8 +96,8 @@ linux.img.path = /
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -55,8 +55,8 @@ linux.img.path = / ...@@ -55,8 +55,8 @@ linux.img.path = /
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
...@@ -81,8 +81,8 @@ linux.img.path = / ...@@ -81,8 +81,8 @@ linux.img.path = /
emqx.clean-session=true emqx.clean-session=true
emqx.client-id=${spring.application.name}-${random.int[1024,65536]} emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://172.16.10.211:2883 emqx.broker=tcp://172.16.10.211:2883
emqx.clean-user-name=super emqx.client-user-name=super
emqx.clean-password=a123456 emqx.client-password=a123456
emqx.max-inflight=1000 emqx.max-inflight=1000
emqx.keep-alive-interval=10 emqx.keep-alive-interval=10
......
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