Spring Cloud报错之This application has no explicit mapping for /error, so you are seeing this as a f...
路由网关(zuul)服务的时候出了Thisapplicationhasnoexplicitmappingfor/error,soyouareseeingthisasafallback.原因1:Application启动类的位置不对.要将Application类放在最外侧,即包含所有子包原因:spring-boot会自动加载启动类所在包下及其子包下的所有组件.原因2:在springboot的配置文件