会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
1161588342
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
34
35
36
37
38
39
40
41
42
···
51
下一页
2018年4月18日
Spring cloud Eureka高可用 - Windows 7 hosts文件立即生效
摘要: hosts 文件所在位置 c:/windows/system32/drivers/etc/hosts 左下角 搜索框 搜索 cmd 弹出命令框 输入 ipconfig /displaydns 显示所有 dns内容 ipconfig /flushdns 刷新所有 dns内容
阅读全文
posted @ 2018-04-18 14:20 1161588342
阅读(316)
评论(0)
推荐(0)
2018年4月17日
Eclipse 异常关闭
摘要: 缺失 Java Builder 造成运行main方法,找不到主类, 系统没有自动编译 在.project 文件中添加 <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </argu
阅读全文
posted @ 2018-04-17 14:04 1161588342
阅读(130)
评论(0)
推荐(0)
Spring boot 项目demo
摘要: https://github.com/souyunku/spring-boot-examples
阅读全文
posted @ 2018-04-17 10:02 1161588342
阅读(123)
评论(0)
推荐(0)
Mysql Windows 7 异常关闭, 2003 - Can't connect to Mysql server on 'localhost' (10061) "Unknown error")
摘要: 如下: 按Win+R在窗口输入services.msc 启动mysql服务
阅读全文
posted @ 2018-04-17 09:34 1161588342
阅读(231)
评论(0)
推荐(0)
2018年4月16日
Linux 端口占用查询
摘要: https://www.cnblogs.com/wangtao1993/p/6144183.html
阅读全文
posted @ 2018-04-16 12:05 1161588342
阅读(1265)
评论(0)
推荐(0)
2018年4月13日
Linux Centos 7 RabbitMQ 安装
摘要: 参考地址: https://blog.csdn.net/mumanquan1/article/details/122074059 Rabiitmq 和 Erlang 的版本对照(本人RabiitMq 3.8.0 Erlang 22) https://www.rabbitmq.com/docs/whi
阅读全文
posted @ 2018-04-13 18:49 1161588342
阅读(267)
评论(0)
推荐(0)
spring-boot-actuator报错Full authentication is required to access this resource
摘要: https://blog.csdn.net/fly910905/article/details/78580895 方式1-关闭验证 方式1-关闭验证 application.properties添加配置参数 management.security.enabled=false 方式2-开启HTTP b
阅读全文
posted @ 2018-04-13 18:04 1161588342
阅读(723)
评论(0)
推荐(0)
Spring cloud @RefreshScope使用
摘要: 参数 请求 http://localhost:8881/refresh
阅读全文
posted @ 2018-04-13 17:24 1161588342
阅读(1045)
评论(0)
推荐(0)
Spring cloud config-client 爬坑
摘要: 配置文件 找不到属性 Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'from' in string value "${from}"
阅读全文
posted @ 2018-04-13 17:01 1161588342
阅读(165)
评论(0)
推荐(0)
Spring cloud 两种服务调用方式(Rest + Ribbon) 和 Fegin方式
摘要: 1:Rest + Ribbon 2:Fegin默认 集成Ribbon
阅读全文
posted @ 2018-04-13 13:17 1161588342
阅读(319)
评论(0)
推荐(0)
上一页
1
···
34
35
36
37
38
39
40
41
42
···
51
下一页