摘要: 服务端 请见 http://www.cnblogs.com/huiy/p/8668005.html客户端:主启动类import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfig 阅读全文
posted @ 2018-03-29 15:24 huiy_小溪 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 在写客户端程序的时候,总是报'com.netflix.discovery.DiscoveryClient' that could not be found。原因在于导入了错误的类:com.netflix.discovery.DiscoveryClient应该是引用:org.springframewo 阅读全文
posted @ 2018-03-29 14:56 huiy_小溪 阅读(669) 评论(0) 推荐(0) 编辑
摘要: 环境:springboot 2.0.0 + springcloud Finchley.M9pom.xml:<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:x 阅读全文
posted @ 2018-03-29 09:29 huiy_小溪 阅读(1301) 评论(0) 推荐(0) 编辑