springboot2.x搭建springcloud

2025-08-09 19:08:03

1、创建eurka注册中心。主要代码如下所示。在默认设置下,该服务注册中心也会将自己作为客户端来尝试注册它自己,所以我们需要禁用它的客户端注册行为,只需要在application.properties中问增加如下配置.启动项目访问localhost:9000

springboot2.x搭建springcloudspringboot2.x搭建springcloudspringboot2.x搭建springcloudspringboot2.x搭建springcloudspringboot2.x搭建springcloud

3、创建zuul网关.代码如下所示。使用网关的端口访问刚才创建的服务。地址为网关端口/服务名(小写)/controller/定义的方法名

springboot2.x搭建springcloudspringboot2.x搭建springcloudspringboot2.x搭建springcloud
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢