上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: 2020-06-02 11:21:04.908[,] [com.alibaba.nacos.client.naming.updater] INFO com.alibaba.nacos.client.naming:192 - current ips:(1) service: DEFAULT_GROUP 阅读全文
posted @ 2020-06-02 11:31 宇枫 阅读(23555) 评论(1) 推荐(0) 编辑
摘要: 当访问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 宇枫 阅读(6080) 评论(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 宇枫 阅读(9923) 评论(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 宇枫 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 新增配置中心 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apach 阅读全文
posted @ 2020-04-22 14:49 宇枫 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 配置中心指定profile后启动报错 2020-04-22 14:35:48.306 ERROR 22828 [ restartedMain] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Excep 阅读全文
posted @ 2020-04-22 14:40 宇枫 阅读(9174) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/moshowgame/article/details/80633969git项目地址:https://gitee.com/zyf6303/spring-cloud-study一.创建spring-cloud父工程 这里使用的工具是Spring Too 阅读全文
posted @ 2020-04-20 12:03 宇枫 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 金融云部署项目的运行环境是linux环境,如果打包的properties文件格式不是unix,健康检查会失败,原因是不同格式换行符的不同需要注意的是:Windows采用回车+换行(CR+LF)表示下一行UNIX/Linux采用换行符(LF)表示下一行苹果(MAC OS系统)则采用回车符(CR)表示下 阅读全文
posted @ 2020-03-25 12:20 宇枫 阅读(303) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/hujinshui/p/11025848.html 阅读全文
posted @ 2020-03-20 12:49 宇枫 阅读(2185) 评论(0) 推荐(0) 编辑
摘要: #提交的代码量统计 git log --since ==2019-01-01 --until=2019-12-31 --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "新 阅读全文
posted @ 2020-03-17 09:33 宇枫 阅读(1712) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页