微服单独划分

yun-zuoyi
frin.fei 7 years ago
parent b68025dda1
commit 48b1cec739

@ -16,7 +16,7 @@
<dependencies>
<!-- 微服调用 -->
<dependency>
<groupId>i3plus.surface</groupId>
<groupId>i3plus.icloud</groupId>
<artifactId>i3plus-icloud-core</artifactId>
</dependency>

@ -1,6 +1,6 @@
package cn.estsh.i3plus.core.apiservice.controller;
import cn.estsh.i3plus.icloud.core.controller.DemoCloudInterface;
import cn.estsh.i3plus.icloud.core.controller.DemoCoreCloudInterface;
import cn.estsh.i3plus.pojo.base.enumutil.ResourceEnumUtil;
import cn.estsh.impp.framework.boot.util.ResultBean;
import io.swagger.annotations.Api;
@ -18,7 +18,7 @@ public class DemoCloudController {
private static final Logger LOGGER = LoggerFactory.getLogger(DemoCloudController.class);
@Autowired
DemoCloudInterface demoCloudInterface;
DemoCoreCloudInterface demoCloudInterface;
@GetMapping(value="/test")
@ApiOperation(value="测试",notes = "测试")

@ -102,7 +102,7 @@
<!-- wei'fu微服调用 -->
<dependency>
<groupId>i3plus.surface</groupId>
<groupId>i3plus.icloud</groupId>
<artifactId>i3plus-icloud-core</artifactId>
<version>${project.version}</version>
</dependency>

Loading…
Cancel
Save