学习springcloud 笔记1

前提

    最近收获了一本新书是翟永超大师写的《springCloud微服务实战》,那么之后我写的笔记都是在根据这本书学习过程中,犯下的错误所记下的笔记。

正文

    本次使用的SpringBoot版本为1.3.7RELEASE,同时SpringCloud使用的版本为Brixton.SR5

    这次出现的问题是关于maven在下载jar包是下载不完整出错导致,但是一开始报错并不是那么明显。

    在一开始搭建完eureka-server时访问localhost主页,主页上有那么一段文字

This XML file does not appear to have any style information associated with it. The document tree is....

并且页面以XML文档显示,之后关闭服务器maven->update之后才出现jar包下载错误提示,之后根据提示删除错误jar包重新下载即可

关键字:

This XML file does not appear to have any style information associated with it.
 
 

猜你喜欢

转载自blog.csdn.net/u013658328/article/details/81011013