springboot
石印掌纹
这个作者很懒,什么都没留下…
展开
-
详解关于springboot-actuator监控的401无权限访问
访问/beans 等敏感的信息时候报错?123Tue Mar 07 21:18:57 GMT+08:00 2017 There was an unexpected error (type=Unauthorized, status=401). Full authentication is required to access this resource.application.properties添...原创 2018-05-04 19:44:52 · 1953 阅读 · 1 评论 -
SpringBoot 编写自定义起步依赖和自定义错误页面
自定义boot-starter* 以httpclient为例 * 有三种方式都可以让HttpClientAutoConfiguration这个自动配置生效1 在pom.xml中添加httpclient依赖 <dependency> <groupId>org.apache.httpcomponents</groupId> &...原创 2018-04-28 10:40:18 · 578 阅读 · 2 评论