mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:01:41 +00:00
We can't support (yet) embedded containers inside a deployed war (class loader conflicts are inevitable, really). Until we figure out a way to do it, we should just log a warning and advise the user to switch to JMX for the actuator endpoints. See gh-552