Joshua Chen
Joshua Chen
Based on your demo code, changing the following code will work: ```java @EnableAspectJAutoProxy @Configuration @ComponentScan public class MyConfig { @Bean @Order(50) public static MyPostProcessor myPostProcessor(@Lazy GoodByeService goodByeService) { MyPostProcessor myPostProcessor...
@kriegaex So sorry, I made a mistake, try the following code, the key is to make sure the log: ```log 16:16:01 [main] TRACE o.s.c.a.ConfigurationClassEnhancer - Successfully enhanced com.cj.lb.MyAspect; enhanced class...
@kriegaex um~ I don't know what the difference was between us. https://github.com/JoshuaChen/SO_AJ_SpringBeanPostProcessor_79505769 My code is here, I compile and test it through IDEA, it works fine on my local. Here...