idea中 springboot项目 run方式启动20秒, debug方式却无法启动,一直打印日志,仿佛进入了死循环,这是为甚
1111
2019-07-10 10:39:15.095 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvisor(int,org.springframework.aop.Advisor) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:15.095 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvisor(int,org.springframework.aop.Advisor) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:15.111 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setPreFiltered(boolean)
2019-07-10 10:39:15.111 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setPreFiltered(boolean)
2019-07-10 10:39:15.126 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setTargetSource(org.springframework.aop.TargetSource)
2019-07-10 10:39:15.126 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setTargetSource(org.springframework.aop.TargetSource)
2019-07-10 10:39:15.142 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvice(int,org.aopalliance.aop.Advice) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:15.142 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvice(int,org.aopalliance.aop.Advice) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:15.158 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvice(org.aopalliance.aop.Advice) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:15.158 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvice(org.aopalliance.aop.Advice) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:15.173 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.removeAdvice(org.aopalliance.aop.Advice)
2019-07-10 10:39:15.173 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.removeAdvice(org.aopalliance.aop.Advice)
2019-07-10 10:39:15.189 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isExposeProxy()
2019-07-10 10:39:15.189 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isExposeProxy()
2019-07-10 10:39:15.205 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isPreFiltered()
2019-07-10 10:39:15.205 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isPreFiltered()
2019-07-10 10:39:15.220 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.replaceAdvisor(org.springframework.aop.Advisor,org.springframework.aop.Advisor) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:15.220 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.replaceAdvisor(org.springframework.aop.Advisor,org.springframework.aop.Advisor) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:15.236 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.removeAdvisor(org.springframework.aop.Advisor)
2019-07-10 10:39:15.236 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.removeAdvisor(org.springframework.aop.Advisor)
2019-07-10 10:39:15.251 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.removeAdvisor(int) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:15.251 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.removeAdvisor(int) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:15.267 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setExposeProxy(boolean)
2019-07-10 10:39:15.267 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setExposeProxy(boolean)
2019-07-10 10:39:15.283 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract java.lang.Class[] org.springframework.aop.framework.Advised.getProxiedInterfaces()
2019-07-10 10:39:15.283 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract java.lang.Class[] org.springframework.aop.framework.Advised.getProxiedInterfaces()
2019-07-10 10:39:15.298 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isInterfaceProxied(java.lang.Class)
2019-07-10 10:39:15.298 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isInterfaceProxied(java.lang.Class)
2019-07-10 10:39:15.314 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isProxyTargetClass()
2019-07-10 10:39:15.314 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isProxyTargetClass()
2019-07-10 10:39:15.335 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract java.lang.String org.springframework.aop.framework.Advised.toProxyConfigString()
2019-07-10 10:39:15.335 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract java.lang.String org.springframework.aop.framework.Advised.toProxyConfigString()
2019-07-10 10:39:15.345 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract java.lang.Class org.springframework.aop.TargetClassAware.getTargetClass()
2019-07-10 10:39:15.345 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract java.lang.Class org.springframework.aop.TargetClassAware.getTargetClass()
2019-07-10 10:39:15.814 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'readerScoreServiceImpl'
2019-07-10 10:39:15.814 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'readerScoreServiceImpl'
2019-07-10 10:39:15.831 DEBUG 25700 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : Autowiring by type from bean name 'readerEvaluateServiceImpl' to bean named 'readerScoreServiceImpl'
2019-07-10 10:39:15.831 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'readerEvaluateServiceImpl' to bean named 'readerScoreServiceImpl'
2019-07-10 10:39:15.845 DEBUG 25700 --- [ main] o.s.b.f.annotation.InjectionMetadata : Processing injected element of bean 'readerEvaluateServiceImpl': AutowiredFieldElement for com.maxen.gogo.reader.mapper.RedaerEvaluteMapper com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.redaerEvaluteMapper
2019-07-10 10:39:15.845 [main] DEBUG o.s.beans.factory.annotation.InjectionMetadata - Processing injected element of bean 'readerEvaluateServiceImpl': AutowiredFieldElement for com.maxen.gogo.reader.mapper.RedaerEvaluteMapper com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.redaerEvaluteMapper
2019-07-10 10:39:16.423 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'redaerEvaluteMapper'
2019-07-10 10:39:16.423 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'redaerEvaluteMapper'
2019-07-10 10:39:16.439 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'redaerEvaluteMapper'
2019-07-10 10:39:16.439 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Creating instance of bean 'redaerEvaluteMapper'
2019-07-10 10:39:16.454 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:16.454 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:16.470 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'redaerEvaluteMapper' to allow for resolving potential circular references
2019-07-10 10:39:16.470 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'redaerEvaluteMapper' to allow for resolving potential circular references
2019-07-10 10:39:16.501 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'sqlSessionFactory'
2019-07-10 10:39:16.501 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'sqlSessionFactory'
2019-07-10 10:39:16.517 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'redaerEvaluteMapper' via property 'sqlSessionFactory' to bean named 'sqlSessionFactory'
2019-07-10 10:39:16.517 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'redaerEvaluteMapper' via property 'sqlSessionFactory' to bean named 'sqlSessionFactory'
2019-07-10 10:39:16.532 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'sqlSessionTemplate'
2019-07-10 10:39:16.532 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'sqlSessionTemplate'
2019-07-10 10:39:16.548 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'redaerEvaluteMapper' via property 'sqlSessionTemplate' to bean named 'sqlSessionTemplate'
2019-07-10 10:39:16.548 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'redaerEvaluteMapper' via property 'sqlSessionTemplate' to bean named 'sqlSessionTemplate'
2019-07-10 10:39:16.564 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Invoking afterPropertiesSet() on bean with name 'redaerEvaluteMapper'
2019-07-10 10:39:16.564 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'redaerEvaluteMapper'
2019-07-10 10:39:18.001 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.001 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.017 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.017 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.033 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'redaerEvaluteMapper'
2019-07-10 10:39:18.033 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'redaerEvaluteMapper'
2019-07-10 10:39:18.142 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.142 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.158 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.158 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.204 DEBUG 25700 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : Autowiring by type from bean name 'readerEvaluateServiceImpl' to bean named 'redaerEvaluteMapper'
2019-07-10 10:39:18.204 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'readerEvaluateServiceImpl' to bean named 'redaerEvaluteMapper'
2019-07-10 10:39:18.236 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.236 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.251 DEBUG 25700 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.251 [main] DEBUG o.s.b.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-07-10 10:39:18.283 DEBUG 25700 --- [ main] t.a.AnnotationTransactionAttributeSource : Adding transactional method 'com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.getList' with attribute: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
2019-07-10 10:39:18.283 [main] DEBUG o.s.t.a.AnnotationTransactionAttributeSource - Adding transactional method 'com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.getList' with attribute: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
2019-07-10 10:39:18.298 DEBUG 25700 --- [ main] a.AnnotationAwareAspectJAutoProxyCreator : Creating implicit proxy for bean 'readerEvaluateServiceImpl' with 0 common interceptors and 1 specific interceptors
2019-07-10 10:39:18.298 [main] DEBUG o.s.a.a.a.AnnotationAwareAspectJAutoProxyCreator - Creating implicit proxy for bean 'readerEvaluateServiceImpl' with 0 common interceptors and 1 specific interceptors
2019-07-10 10:39:18.314 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Creating CGLIB proxy: target source is SingletonTargetSource for target object [com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl@af04f09]
2019-07-10 10:39:18.314 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Creating CGLIB proxy: target source is SingletonTargetSource for target object [com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl@af04f09]
2019-07-10 10:39:18.392 DEBUG 25700 --- [ main] t.a.AnnotationTransactionAttributeSource : Adding transactional method 'com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.getList' with attribute: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
2019-07-10 10:39:18.392 [main] DEBUG o.s.t.a.AnnotationTransactionAttributeSource - Adding transactional method 'com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.getList' with attribute: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
2019-07-10 10:39:18.407 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Unable to apply any optimizations to advised method: public java.util.List com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.getList()
2019-07-10 10:39:18.407 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Unable to apply any optimizations to advised method: public java.util.List com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.getList()
2019-07-10 10:39:18.438 DEBUG 25700 --- [ main] t.a.AnnotationTransactionAttributeSource : Adding transactional method 'com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.generateEvaluate' with attribute: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
2019-07-10 10:39:18.438 [main] DEBUG o.s.t.a.AnnotationTransactionAttributeSource - Adding transactional method 'com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.generateEvaluate' with attribute: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
2019-07-10 10:39:18.454 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Unable to apply any optimizations to advised method: public void com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.generateEvaluate()
2019-07-10 10:39:18.454 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Unable to apply any optimizations to advised method: public void com.maxen.gogo.reader.service.impl.ReaderEvaluateServiceImpl.generateEvaluate()
2019-07-10 10:39:18.470 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Found 'equals' method: public boolean java.lang.Object.equals(java.lang.Object)
2019-07-10 10:39:18.470 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Found 'equals' method: public boolean java.lang.Object.equals(java.lang.Object)
2019-07-10 10:39:18.485 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Unable to apply any optimizations to advised method: public java.lang.String java.lang.Object.toString()
2019-07-10 10:39:18.485 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Unable to apply any optimizations to advised method: public java.lang.String java.lang.Object.toString()
2019-07-10 10:39:18.501 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Found 'hashCode' method: public native int java.lang.Object.hashCode()
2019-07-10 10:39:18.501 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Found 'hashCode' method: public native int java.lang.Object.hashCode()
2019-07-10 10:39:18.517 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Unable to apply any optimizations to advised method: protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException
2019-07-10 10:39:18.517 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Unable to apply any optimizations to advised method: protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException
2019-07-10 10:39:18.532 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract int org.springframework.aop.framework.Advised.indexOf(org.springframework.aop.Advisor)
2019-07-10 10:39:18.532 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract int org.springframework.aop.framework.Advised.indexOf(org.springframework.aop.Advisor)
2019-07-10 10:39:18.548 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract int org.springframework.aop.framework.Advised.indexOf(org.aopalliance.aop.Advice)
2019-07-10 10:39:18.548 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract int org.springframework.aop.framework.Advised.indexOf(org.aopalliance.aop.Advice)
2019-07-10 10:39:18.563 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isFrozen()
2019-07-10 10:39:18.563 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isFrozen()
2019-07-10 10:39:18.579 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract org.springframework.aop.Advisor[] org.springframework.aop.framework.Advised.getAdvisors()
2019-07-10 10:39:18.579 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract org.springframework.aop.Advisor[] org.springframework.aop.framework.Advised.getAdvisors()
2019-07-10 10:39:18.595 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract org.springframework.aop.TargetSource org.springframework.aop.framework.Advised.getTargetSource()
2019-07-10 10:39:18.595 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract org.springframework.aop.TargetSource org.springframework.aop.framework.Advised.getTargetSource()
2019-07-10 10:39:18.610 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvisor(org.springframework.aop.Advisor) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:18.610 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvisor(org.springframework.aop.Advisor) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:18.626 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvisor(int,org.springframework.aop.Advisor) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:18.626 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvisor(int,org.springframework.aop.Advisor) throws org.springframework.aop.framework.AopConfigException
2019-07-10 10:39:18.642 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setPreFiltered(boolean)
2019-07-10 10:39:18.642 [main] DEBUG org.springframework.aop.framework.CglibAopProxy - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setPreFiltered(boolean)
2019-07-10 10:39:18.657 DEBUG 25700 --- [ main] o.s.aop.framework.CglibAopProxy : Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setTargetSource(org.springframework.aop.TargetSource)