2019年3月31日

SpringCloud的学习记录(8)

摘要: 这一章节讲zipkin-server.在我们生成的Demo项目上右键点击New->Module->spring Initializr, 然后next, 填写Group和Artifact等信息,这里Artifact填写zipkinserver, 再次next, 选择内容如下的pom.xml: 4.0.0 org.springframework.boot sp... 阅读全文

posted @ 2019-03-31 17:05 努力做一个伪程序员 阅读(392) 评论(0) 推荐(0) 编辑

SpringCloud的学习记录(7)

摘要: 这一章节讲zuul的使用.在我们生成的Demo项目上右键点击New->Module->spring Initializr, 然后next, 填写Group和Artifact等信息,这里Artifact填写eurekazuul, 再次next, 选择内容如下的pom.xml: 4.0.0 org.springframework.boot spring-boo... 阅读全文

posted @ 2019-03-31 15:05 努力做一个伪程序员 阅读(286) 评论(0) 推荐(0) 编辑

SpringCloud的学习记录(6)

摘要: 这一章节讲fegin的使用.在我们生成的Demo项目上右键点击New->Module->spring Initializr, 然后next, 填写Group和Artifact等信息,这里Artifact填写feginclient, 再次next, 选择内容如下的pom.xml: 4.0.0 org.springframework.boot spring-b... 阅读全文

posted @ 2019-03-31 14:15 努力做一个伪程序员 阅读(356) 评论(0) 推荐(0) 编辑

导航