zbb20180716 SpringBoot 使用feign时报错Service id not legal hostname

SpringBoot 使用feign时报错Service id not legal hostname

SpringBoot 使用feign时报错Service id not legal hostname(xx_sss)

原因是feign不支持下划线"_",支持"-",改成xx-sss即可

参考:https://github.com/spring-cloud/spring-cloud-netflix/issues/1582

原文地址:https://www.cnblogs.com/super-admin/p/9314372.html