会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
宇翊
博客园
首页
新随笔
联系
管理
05 2020 档案
sppringcloud应用启动 访问gateway无法path无法路由到目标应用,404
摘要:当访问http://localhost:8080/nacos-provider-auth/test 时报404错误 这里处理方法有两种 1.在目标应用添加 context-path server: port: 8081 servlet: context-path: "/nacos-provider-
阅读全文
posted @
2020-05-07 18:26
宇枫
阅读(6424)
评论(0)
推荐(1)
springcloud项目启动gateway报错org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found
摘要:spring-cloud-starter-gateway依赖与mvc是不兼容的,如果要引用spring-boot-starter-web需要把mvc排除 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spri
阅读全文
posted @
2020-05-07 13:04
宇枫
阅读(10212)
评论(0)
推荐(0)
nacos 01
摘要:github源码地址:https://github.com/alibaba/nacos.git1.2.0版本: 链接:https://pan.baidu.com/s/15jHFxirz3OWo_scQwAhoXw 提取码:cfh3服务启动访问地址:http://127.0.0.1:8848/naco
阅读全文
posted @
2020-05-06 14:24
宇枫
阅读(359)
评论(0)
推荐(0)