spring-cloud-eureka-server 注册中心启动不显示页面而是 xml 问题

一、问题

file

而是:
file

二、解决

各种找问题终于找到了原因:
将项目中依赖的freemarker-2.3.25-incubating.jar版本从本地maven仓库中删除,再maven update 项目。
终于····

file

Thanks @ryanjbaxter for your kind response. Yes, I agree with your observation. The problem was with following dependency as it got corrupted. So I just have to remove it from my local maven repository and issue a force update.

freemarker-2.3.25-incubating.jar

It worked after this.

Thanks.

试了下在本地IDEA起服务不起作用,然后将 jar 包部署在服务器上,就成功了:

 java -jar cloud.jar

file


相关文章:
github
https://github.com/Netflix/eureka/issues/936

为者常成,行者常至