SpringBoot 监控管理模块actuator没有权限的问题解决方法
SpringBoot1.5.9版本加入actuator依赖后,访问/beans等敏感的信息时候报错,如下
TueMar0721:18:57GMT+08:002017
Therewasanunexpectederror(type=Unauthorized,status=401).
Fullauthenticationisrequiredtoaccessthisresource.
肯定是权限问题了。有两种方式:
1.关闭权限:application.properties添加配置参数
management.security.enabled=false
2.添加权限(未测试):
org.springframework.boot spring-boot-starter-security
在property中配置权限
总结
以上所述是小编给大家介绍的SpringBoot监控管理模块actuator没有权限的问题解决方法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对毛票票网站的支持!