摘要: 1.服务productservices @RestController public class ProductController { @RequestMapping("/product/findAll") public Map findAll(){ Map map = new HashMap() 阅读全文
posted @ 2020-08-08 12:55 后端AI实验室 阅读(674) 评论(0) 推荐(0)
摘要: 1.版本说明 springboot 2.2.5.RELEASE springcloud Hoxton.SR6 2.依赖 <!--引入consul client依赖--> <dependency> <groupId>org.springframework.cloud</groupId> <artifa 阅读全文
posted @ 2020-08-08 11:50 后端AI实验室 阅读(390) 评论(0) 推荐(0)
摘要: 1.下载安装包 https://www.consul.io/downloads 2.安装 consul agent -dev 3.访问 http://localhost:8500 阅读全文
posted @ 2020-08-08 11:48 后端AI实验室 阅读(294) 评论(0) 推荐(0)