selectList在 BaseMapper<HotelWxConfigEntity>里面,而BaseMapper是一个class文件。我可以在selectList方法上下断点再调试,可是这样的话,程序只跑到加载bean就不跑了:
2021-02-09 18:30:24.554 INFO 13284 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-02-09 18:30:24.691 INFO 13284 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-02-09 18:30:24.861 INFO 13284 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$32c877b5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
【 在 potator 的大作中提到: 】
: 在哪个方法定义上打一个断点,debug启动,可以看到堆栈。

--
FROM 117.66.130.*