创建springboot时出现如下错误,
Error: {"timestamp":111,"status":401,"error":"Unauthorized","message":"Full authentication is required to access this resource.","path":"/trace"}
解决方法:
在 application.properties 配置文件中添加 management.security.enabled=false 配置,
其它参考:https://blog.youkuaiyun.com/fly910905/article/details/78580895