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
SpringBoot 使用feign时报错Service id not legal hostname(xx_sss)
原因是feign不支持下划线"_",支持"-",改成xx-sss即可
参考:https://github.com/spring-cloud/spring-cloud-netflix/issues/1582
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。