随笔分类 - Spring cloud
摘要:@Componentpublic class TestApplicationListener implements ApplicationListener<ContextRefreshedEvent>{ @Override public void onApplicationEvent(Context
阅读全文
摘要:To fix issues like that, let Maven download the files again: That should try to download the file again and clean up any "residue" in your local repos
阅读全文
摘要:两种解决方式: 方式一:(我是通过此方式解决的) 方式二: 另个一解决方案:“https://stackoverflow.com/questions/43314822/spring-eureka-dashboard-returns-xml-on-wildfly”,有个人的回答是: 于是,在appli
阅读全文
摘要:Spring Cloud版本演进情况如下: 版本名称 版本Finchley snapshot版Edgware snapshot版Dalston SR1 当前最新稳定版本Camden SR7 稳定版本Brixton SR7 稳定版本Angel SR6 稳定版本 Spring Cloud与Spring
阅读全文