摘要:
服务端 请见 http://www.cnblogs.com/huiy/p/8668005.html客户端:主启动类import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfig 阅读全文
摘要:
在写客户端程序的时候,总是报'com.netflix.discovery.DiscoveryClient' that could not be found。原因在于导入了错误的类:com.netflix.discovery.DiscoveryClient应该是引用:org.springframewo 阅读全文
摘要:
环境: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 阅读全文