摘要:
1 pom.xml 2 配置文件 3 启动类 4 根据服务名称来指定服务提供方 5 回退类 当service-a getm不可访问是 会返回已经写好的信息 6 编写测试类 7 测试 启动 eureka注册中心 service-a 和feign三个项目 访问 http://127.0.0.1:4001 阅读全文
摘要:
1 pom.xml 2 配置文件 zuul.routes.api-a.path=/api-a/** #路由转发地址 浏览器访问 127.0.0.1:8077//api-a/getm 会请求service-a 提供的服务zuul.routes.api-a.serviceId=service-a #服务 阅读全文
摘要:
1 创建一个springboot项目 spring-cloud-service-a 注册到eureka服务注册中心中 项目添加依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-s 阅读全文
摘要:
1 pom.xml 添加依赖包 完整依赖 2 启动类加eureka服务注解 3 配置文件 server.port=8080eureka.instance.hostname=localhosteureka.client.register-with-eureka=falseeureka.client.f 阅读全文