Browse Source

1添加注解

Xiaojh 4 years ago
parent
commit
72d467b96b

+ 1 - 0
smart-city-platform/src/main/java/com/bz/smart_city/controller/DeviceController.java

@@ -278,6 +278,7 @@ public class DeviceController {
 
     @ResponseBody
     @PostMapping("synArchies")
+    @ApiOperation(value = "娄山云添加设备接口")
     public String synArchies(@RequestBody String json){
         //接口调用插入表信息
         String msg = "";

+ 1 - 1
smart-city-platform/src/main/resources/application-dev.properties

@@ -159,5 +159,5 @@ spring.rabbitmq.virtual-host=my_vhost
 spring.rabbitmq.zy.topic=test
 
 #UDIP平台集成元管理url
-udip.unit.url=http://localhost:8083
+udip.unit.url=http://114.135.61.188:48322