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

 

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

 

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

相关文章:

  • 2021-08-01
  • 2022-01-07
  • 2022-12-23
  • 2021-05-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
猜你喜欢
  • 2022-02-03
  • 2021-05-17
  • 2021-07-30
  • 2021-12-02
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案