摘要: 1、pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <!--restTemplate要用到--> </dependenc 阅读全文
posted @ 2018-11-28 14:18 柚子味儿的西瓜 阅读(45) 评论(0) 推荐(0)
摘要: 1、pom.xml <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> </dependency> 阅读全文
posted @ 2018-11-28 13:57 柚子味儿的西瓜 阅读(15) 评论(0) 推荐(0)