Commit 6c2ef35f authored by zhengjiawei's avatar zhengjiawei

bug

parent 6d6dc83f
...@@ -3,7 +3,7 @@ security.password=a1234560 ...@@ -3,7 +3,7 @@ security.password=a1234560
security.loginId=fas_autosys security.loginId=fas_autosys
#environment #environment
#spring.profiles.active = dev #spring.profiles.active = dev
eureka.client.serviceUrl.defaultZone=http://172.16.3.100:10001/eureka/ eureka.client.serviceUrl.defaultZone=http://172.16.10.72:10001/eureka/
eureka.client.register-with-eureka = true eureka.client.register-with-eureka = true
eureka.client.fetch-registry = true eureka.client.fetch-registry = true
eureka.client.healthcheck.enabled = true eureka.client.healthcheck.enabled = true
...@@ -19,11 +19,13 @@ spring.datasource.hikari.maxLifetime = 1765000 ...@@ -19,11 +19,13 @@ spring.datasource.hikari.maxLifetime = 1765000
spring.datasource.hikari.maximum-pool-size = 10 spring.datasource.hikari.maximum-pool-size = 10
spring.datasource.testWhileIdle = true spring.datasource.testWhileIdle = true
spring.datasource.validationQuery = SELECT 1 spring.datasource.validationQuery = SELECT 1
#ws
params.remoteWebsocketUrl=http://172.16.11.36:10600/
#redis #redis
spring.redis.database=0 spring.redis.database=0
spring.redis.host=172.16.3.100 spring.redis.host=172.16.10.85
spring.redis.port=6379 spring.redis.port=6379
spring.redis.password=1234560 spring.redis.password=amos2019Redis
spring.redis.jedis.pool.max-active=200 spring.redis.jedis.pool.max-active=200
spring.redis.jedis.pool.max-wait=-1 spring.redis.jedis.pool.max-wait=-1
spring.redis.jedis.pool.max-idle=10 spring.redis.jedis.pool.max-idle=10
...@@ -39,9 +41,9 @@ params.isPush=true ...@@ -39,9 +41,9 @@ params.isPush=true
## emqx ## emqx
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.3.100:1883 emqx.broker=tcp://172.16.10.85:1883
emqx.user-name=admin emqx.user-name=super
emqx.password=admin emqx.password=a123456
#����� #�����
file.downLoad.url=http://39.98.246.31:8888/ file.downLoad.url=http://39.98.246.31:8888/
#站端名称使用全拼 #站端名称使用全拼
......
spring.application.name = AMOS-AUTOSYS spring.application.name = AMOS-AUTOSYS
server.servlet.context-path=/fireAutoSys server.servlet.context-path=/fireAutoSys
server.port = 8083 server.port = 8085
spring.profiles.active=dev spring.profiles.active=dev
#应用product appkey #应用product appkey
security.productWeb=STUDIO_APP_WEB security.productWeb=STUDIO_APP_WEB
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
equ.code as code, equ.code as code,
det.name as name, det.name as name,
cate.name as type, cate.name as type,
ware.full_name as address, concat_ws('-',ware.full_name, det.area) as address,
spe.single as single, spe.single as single,
sto.amount as amount, sto.amount as amount,
spe.iot_code, spe.iot_code,
......
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