摘要:
1.服务productservices @RestController public class ProductController { @RequestMapping("/product/findAll") public Map findAll(){ Map map = new HashMap() 阅读全文
摘要:
1.版本说明 springboot 2.2.5.RELEASE springcloud Hoxton.SR6 2.依赖 <!--引入consul client依赖--> <dependency> <groupId>org.springframework.cloud</groupId> <artifa 阅读全文
摘要:
1.下载安装包 https://www.consul.io/downloads 2.安装 consul agent -dev 3.访问 http://localhost:8500 阅读全文