spring boot - How to add Javamelody in Springboot application secure by SpringSecurity oauth2 -
my application spring boot application spring data jpa, spring security oauth2 , rest apis app.
i have integrated javamelody following https://github.com/javamelody/javamelody/tree/master/javamelody-for-spring-boot link. javamlody integrated failed access url because there problem in configuration because using oauth2 security , system needs authorization.
how can configure this?
when access http://localhost:8080/monitoring url got following error.
Comments
Post a Comment