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.

enter image description here


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -