I have JavaMeldoy working fine in my spring boot (1.1.1.RELEASE) application, monitors data source, spring, sql, cache, etc. I'm trying to secure the /monitoring endpoing using Spring Security, but nothing I do works. It mentions how to set the context XML file, but I'm not using that with Spring Boot. Anyone have any luck getting spring boot web (jetty with https, but I'll take anything to start with) and spring boot web security to secure the endpoint?