Upon starting my application, I get numerous warnings along the lines of o.s.aop.framework.Cglib2AopProxy \'Unable to proxy method [public final void org.springframewo
Spring Boot now uses CGLIB proxying by default, including for the AOP support. If you need interface-based proxy, you’ll need to set the spring.aop.proxy-target-class to false.