SpringCloud系列-集成Zuul

SpringCloud集成Zuul遇到不少坑,特此记录一下,也希望能给大家借鉴一下 在zuul网关module内添加依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-zuul</artifactId> </dependency>
相关文章
相关标签/搜索