springcolud专题

springcolud-服务消费者

1.pom文件添加服务消费者的起步依赖 <dependencies><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency><dependency><groupId>org.springframework.cloud</g

springcolud-服务提供者

创建服务提供者 1.pom文件添加eureka客户端的起步依赖 <dependencies><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency><dependency><groupId>org.springframew