application.yml
spring:application:name: turbinserver:port: 5001eureka:client:service-url:defaultZone: http://eureka1:2001/eureka, http://eureka2:2002/eurekaturbine:app-config: order-servicecluster-name-expression: new String("default")
主程序
添加 @EnableTurbine 和 @EnableDiscoveryClient 注解
