05 2020 档案

摘要:当访问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)
摘要: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)
摘要: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)