先创建一个user 实体类做测试 public class User implements Serializable { // private static final long serialVersionUID = -1568730003971173026L; // @Protobuf(field Read More
微服务框架: 客户端的启动类: @SpringBootApplication// server 是nacos 服务端的配位文件名称 @RibbonClient(name = "server",configuration = MySelfRule.class) public class OrderAp Read More
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.cloud.netflix.eureka.server.Eurek Read More