SpringCloud 创建服务提供者和消费者

2019-04-24  本文已影响0人  白色普通程序员
创建子模块 创建普通模块 添加注解

配置文件:

spring:

    application:

        name: serviecOder

server:

    port: 8082

eureka:

    instance:

        prefer-ip-address: true

        hostname: localhost

    client:

        register-with-eureka: true

        fetch-registry: true

        serviceUrl:

            defaultZone: http://localhost:8761/eureka/

启动成功
上一篇下一篇

猜你喜欢

热点阅读