首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
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
阅读更多...