摘要:
private List<String> getTableNameList(){ List<String> list = new ArrayList<>(); PathMatchingResourcePatternResolver resolver = new PathMatchingResourc 阅读全文
摘要:
在学习springcloud 的ribbon的时候遇到报错 IllegalStateException: Request URI does not contain a valid hostname: http://SERVICE_HI/hi?name=forezp12 解决方案: 使用ribbon实 阅读全文