细节调整
This commit is contained in:
@@ -50,7 +50,4 @@ mybatis-plus:
|
|||||||
type-aliases-package: com.njcn.user.pojo
|
type-aliases-package: com.njcn.user.pojo
|
||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
uri: tcp://@middle.server.url@:1883
|
|
||||||
client-id: @artifactId@${random.value}
|
client-id: @artifactId@${random.value}
|
||||||
username: t_user
|
|
||||||
password: njcnpqs
|
|
||||||
|
|||||||
@@ -57,8 +57,5 @@ mybatis-plus:
|
|||||||
|
|
||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
uri: tcp://@middle.server.url@:1883
|
|
||||||
client-id: @artifactId@${random.value}
|
client-id: @artifactId@${random.value}
|
||||||
username: t_user
|
|
||||||
password: njcnpqs
|
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,4 @@ mybatis-plus:
|
|||||||
|
|
||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
uri: tcp://@middle.server.url@:1883
|
|
||||||
client-id: @artifactId@${random.value}
|
client-id: @artifactId@${random.value}
|
||||||
username: t_user
|
|
||||||
password: njcnpqs
|
|
||||||
@@ -43,7 +43,4 @@ logging:
|
|||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
type-aliases-package: com.njcn.event.pojo
|
type-aliases-package: com.njcn.event.pojo
|
||||||
mqtt:
|
mqtt:
|
||||||
uri: tcp://@middle.server.url@:1883
|
|
||||||
client-id: @artifactId@${random.value}
|
client-id: @artifactId@${random.value}
|
||||||
username: t_user
|
|
||||||
password: njcnpqs
|
|
||||||
|
|||||||
@@ -134,10 +134,7 @@ whitelist:
|
|||||||
|
|
||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
uri: tcp://@middle.server.url@:1883
|
|
||||||
client-id: @artifactId@${random.value}
|
client-id: @artifactId@${random.value}
|
||||||
username: t_user
|
|
||||||
password: njcnpqs
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -49,10 +49,7 @@ mybatis-plus:
|
|||||||
|
|
||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
uri: tcp://@middle.server.url@:1883
|
|
||||||
client-id: @artifactId@${random.value}
|
client-id: @artifactId@${random.value}
|
||||||
username: t_user
|
|
||||||
password: njcnpqs
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -489,7 +489,7 @@ public class ModelServiceImpl implements IModelService {
|
|||||||
if (Objects.isNull(map.get(item.getName()))){
|
if (Objects.isNull(map.get(item.getName()))){
|
||||||
throw new BusinessException(EnergyResponseEnum.MODEL_ERROR);
|
throw new BusinessException(EnergyResponseEnum.MODEL_ERROR);
|
||||||
}
|
}
|
||||||
devCfgParam.setIdx(map.get(item.getName() + item.getVersion() + item.getTime()));
|
devCfgParam.setIdx(map.get(item.getName()));
|
||||||
devCfgParam.setName(item.getDevInfo().getDevName());
|
devCfgParam.setName(item.getDevInfo().getDevName());
|
||||||
LogicDev logicDev = logicDeviceLineService.add(devCfgParam);
|
LogicDev logicDev = logicDeviceLineService.add(devCfgParam);
|
||||||
//逻辑设备入库->硬件信息表
|
//逻辑设备入库->硬件信息表
|
||||||
|
|||||||
@@ -51,7 +51,4 @@ mybatis-plus:
|
|||||||
|
|
||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
uri: tcp://@middle.server.url@:1883
|
|
||||||
client-id: @artifactId@${random.value}
|
client-id: @artifactId@${random.value}
|
||||||
username: t_user
|
|
||||||
password: njcnpqs
|
|
||||||
@@ -50,7 +50,4 @@ mybatis-plus:
|
|||||||
|
|
||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
uri: tcp://@middle.server.url@:1883
|
|
||||||
client-id: @artifactId@${random.value}
|
client-id: @artifactId@${random.value}
|
||||||
username: t_user
|
|
||||||
password: njcnpqs
|
|
||||||
@@ -50,7 +50,4 @@ mybatis-plus:
|
|||||||
type-aliases-package: com.njcn.user.pojo
|
type-aliases-package: com.njcn.user.pojo
|
||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
uri: tcp://@middle.server.url@:1883
|
|
||||||
client-id: @artifactId@${random.value}
|
client-id: @artifactId@${random.value}
|
||||||
username: t_user
|
|
||||||
password: njcnpqs
|
|
||||||
|
|||||||
Reference in New Issue
Block a user