spring cloud 微服务框架搭建(二) 搭建服务提供者

服务提供者的搭建和搭建服务注册中心类似 在创建好项目后:bootstrap.yml的配置如下 eureka: client: serviceUrl: defaultZone: http://localhost:8088/eureka/ server: port: 8089 spring: application: name: service-server
相关文章
相关标签/搜索