老师好,tomcat一启动就报错
D:\JAVA1\jDK1.8\bin\java.exe -Dmaven.multiModuleProjectDirectory=D:\mycode\spring-mybtis-redis "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2020.2.3\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2020.2.3\plugins\maven\lib\maven3\bin\m2.conf" "-Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA 2020.2.3\plugins\maven\lib\maven-event-listener.jar" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2020.2.3\lib\idea_rt.jar=60159:C:\Program Files\JetBrains\IntelliJ IDEA 2020.2.3\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA 2020.2.3\plugins\maven\lib\maven3\boot\plexus-classworlds-2.6.0.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2020.2.3\plugins\maven\lib\maven3\boot\plexus-classworlds.license" org.codehaus.classworlds.Launcher -Didea.version=2020.2.3 org.apache.tomcat.maven:tomcat7-maven-plugin:2.2:run
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.example:spring-mybtis-redis:war:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.tomcat.maven:tomcat7-maven-plugin is missing. @ line 110, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------< org.example:spring-mybtis-redis >-------------------
[INFO] Building spring-mybtis-redis 1.0-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] >>> tomcat7-maven-plugin:2.2:run (default-cli) > process-classes @ spring-mybtis-redis >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ spring-mybtis-redis ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ spring-mybtis-redis ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< tomcat7-maven-plugin:2.2:run (default-cli) < process-classes @ spring-mybtis-redis <<<
[INFO]
[INFO]
[INFO] --- tomcat7-maven-plugin:2.2:run (default-cli) @ spring-mybtis-redis ---
[INFO] Running war on http://localhost:8080/
[INFO] Using existing Tomcat server configuration at D:\mycode\spring-mybtis-redis\target\tomcat
[INFO] create webapp with contextPath:
十月 30, 2020 5:32:19 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-bio-8080"]
十月 30, 2020 5:32:19 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Tomcat
十月 30, 2020 5:32:19 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.47
十月 30, 2020 5:32:24 下午 org.apache.catalina.core.ApplicationContext log
信息: No Spring WebApplicationInitializer types detected on classpath
十月 30, 2020 5:32:24 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
<2020-10-30 17:32:24,548> INFO (ContextLoader.java:285) [localhost-startStop-1] (org.springframework.web.context.ContextLoader) - Root WebApplicationContext: initialization started
<2020-10-30 17:32:24,630> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.web.context.support.StandardServletEnvironment) - Adding [servletConfigInitParams] PropertySource with lowest search precedence
<2020-10-30 17:32:24,631> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.web.context.support.StandardServletEnvironment) - Adding [servletContextInitParams] PropertySource with lowest search precedence
<2020-10-30 17:32:24,637> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.web.context.support.StandardServletEnvironment) - Adding [jndiProperties] PropertySource with lowest search precedence
<2020-10-30 17:32:24,637> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.web.context.support.StandardServletEnvironment) - Adding [systemProperties] PropertySource with lowest search precedence
<2020-10-30 17:32:24,639> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.web.context.support.StandardServletEnvironment) - Adding [systemEnvironment] PropertySource with lowest search precedence
<2020-10-30 17:32:24,640> DEBUG (AbstractEnvironment.java:126) [localhost-startStop-1] (org.springframework.web.context.support.StandardServletEnvironment) - Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,jndiProperties,systemProperties,systemEnvironment]
<2020-10-30 17:32:24,645> DEBUG (MutablePropertySources.java:174) [localhost-startStop-1] (org.springframework.web.context.support.StandardServletEnvironment) - Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]
<2020-10-30 17:32:24,646> INFO (AbstractApplicationContext.java:510) [localhost-startStop-1] (org.springframework.web.context.support.XmlWebApplicationContext) - Refreshing Root WebApplicationContext: startup date [Fri Oct 30 17:32:24 CST 2020]; root of context hierarchy
<2020-10-30 17:32:24,681> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Adding [systemProperties] PropertySource with lowest search precedence
<2020-10-30 17:32:24,682> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Adding [systemEnvironment] PropertySource with lowest search precedence
<2020-10-30 17:32:24,682> DEBUG (AbstractEnvironment.java:126) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
<2020-10-30 17:32:24,691> DEBUG (PathMatchingResourcePatternResolver.java:622) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Looking for matching resources in directory tree [D:\mycode\spring-mybtis-redis\target\classes]
<2020-10-30 17:32:24,691> DEBUG (PathMatchingResourcePatternResolver.java:684) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Searching directory [D:\mycode\spring-mybtis-redis\target\classes] for files matching pattern [D:/mycode/spring-mybtis-redis/target/classes/applicationContext-*.xml]
<2020-10-30 17:32:24,696> DEBUG (PathMatchingResourcePatternResolver.java:423) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Resolved location pattern [classpath:applicationContext-*.xml] to resources [file [D:\mycode\spring-mybtis-redis\target\classes\applicationContext-dao.xml], file [D:\mycode\spring-mybtis-redis\target\classes\applicationContext-jedis.xml], file [D:\mycode\spring-mybtis-redis\target\classes\applicationContext-service.xml], file [D:\mycode\spring-mybtis-redis\target\classes\applicationContext-trans.xml]]
<2020-10-30 17:32:24,697> INFO (XmlBeanDefinitionReader.java:317) [localhost-startStop-1] (org.springframework.beans.factory.xml.XmlBeanDefinitionReader) - Loading XML bean definitions from file [D:\mycode\spring-mybtis-redis\target\classes\applicationContext-dao.xml]
<2020-10-30 17:32:24,703> DEBUG (DefaultDocumentLoader.java:73) [localhost-startStop-1] (org.springframework.beans.factory.xml.DefaultDocumentLoader) - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
<2020-10-30 17:32:24,742> DEBUG (PluggableSchemaResolver.java:141) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Loading schema mappings from [META-INF/spring.schemas]
<2020-10-30 17:32:24,745> DEBUG (PluggableSchemaResolver.java:147) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-4.3.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, https://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring.xsd, https://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, https://www.springframework.org/schema/tx/spring-tx-4.2.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.2.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, https://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, https://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, https://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, https://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx.xsd, https://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, https://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, https://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring.xsd, https://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx.xsd, https://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.3.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx.xsd, https://www.springframework.org/schema/jdbc/spring-jdbc-4.3.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, https://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx.xsd, https://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, https://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx.xsd, https://www.springframework.org/schema/tx/spring-tx-4.3.xsd=org/springframework/transaction/config/spring-tx.xsd, https://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx.xsd, http://www.alibaba.com/schema/stat.xsd=META-INF/stat.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd}
<2020-10-30 17:32:24,749> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.1.xsd
<2020-10-30 17:32:24,791> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.1.xsd
<2020-10-30 17:32:24,796> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd
<2020-10-30 17:32:24,807> DEBUG (DefaultBeanDefinitionDocumentReader.java:98) [localhost-startStop-1] (org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader) - Loading bean definitions
<2020-10-30 17:32:24,819> DEBUG (DefaultNamespaceHandlerResolver.java:157) [localhost-startStop-1] (org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver) - Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.alibaba.com/schema/stat=com.alibaba.druid.support.spring.stat.config.DruidStatNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
<2020-10-30 17:32:24,841> INFO (XmlBeanDefinitionReader.java:317) [localhost-startStop-1] (org.springframework.beans.factory.xml.XmlBeanDefinitionReader) - Loading XML bean definitions from file [D:\mycode\spring-mybtis-redis\target\classes\applicationContext-jedis.xml]
<2020-10-30 17:32:24,842> DEBUG (DefaultDocumentLoader.java:73) [localhost-startStop-1] (org.springframework.beans.factory.xml.DefaultDocumentLoader) - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
<2020-10-30 17:32:24,845> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.2.xsd
<2020-10-30 17:32:24,860> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/context/spring-context-3.2.xsd] in classpath: org/springframework/context/config/spring-context-3.2.xsd
<2020-10-30 17:32:24,864> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.2.xsd
<2020-10-30 17:32:24,874> DEBUG (DefaultBeanDefinitionDocumentReader.java:98) [localhost-startStop-1] (org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader) - Loading bean definitions
<2020-10-30 17:32:24,881> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Adding [systemProperties] PropertySource with lowest search precedence
<2020-10-30 17:32:24,881> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Adding [systemEnvironment] PropertySource with lowest search precedence
<2020-10-30 17:32:24,881> DEBUG (AbstractEnvironment.java:126) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
<2020-10-30 17:32:24,886> DEBUG (ClassPathScanningCandidateComponentProvider.java:244) [localhost-startStop-1] (org.springframework.context.annotation.ClassPathBeanDefinitionScanner) - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
<2020-10-30 17:32:24,886> DEBUG (ClassPathScanningCandidateComponentProvider.java:252) [localhost-startStop-1] (org.springframework.context.annotation.ClassPathBeanDefinitionScanner) - JSR-330 'javax.inject.Named' annotation found and supported for component scanning
<2020-10-30 17:32:24,892> DEBUG (PathMatchingResourcePatternResolver.java:622) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Looking for matching resources in directory tree [D:\mycode\spring-mybtis-redis\target\classes\com\hao\jedisdao]
<2020-10-30 17:32:24,893> DEBUG (PathMatchingResourcePatternResolver.java:684) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Searching directory [D:\mycode\spring-mybtis-redis\target\classes\com\hao\jedisdao] for files matching pattern [D:/mycode/spring-mybtis-redis/target/classes/com/hao/jedisdao/**/*.class]
<2020-10-30 17:32:24,894> DEBUG (PathMatchingResourcePatternResolver.java:684) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Searching directory [D:\mycode\spring-mybtis-redis\target\classes\com\hao\jedisdao\impl] for files matching pattern [D:/mycode/spring-mybtis-redis/target/classes/com/hao/jedisdao/**/*.class]
<2020-10-30 17:32:24,894> DEBUG (PathMatchingResourcePatternResolver.java:423) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Resolved location pattern [classpath*:com/hao/jedisdao/**/*.class] to resources [file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\jedisdao\impl\JedisDaoImpl.class], file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\jedisdao\JedisDao.class]]
<2020-10-30 17:32:24,927> DEBUG (BeanDefinitionParserDelegate.java:495) [localhost-startStop-1] (org.springframework.beans.factory.xml.BeanDefinitionParserDelegate) - Neither XML 'id' nor 'name' specified - using generated bean name [redis.clients.jedis.HostAndPort#5a3f135d]
<2020-10-30 17:32:24,928> DEBUG (BeanDefinitionParserDelegate.java:495) [localhost-startStop-1] (org.springframework.beans.factory.xml.BeanDefinitionParserDelegate) - Neither XML 'id' nor 'name' specified - using generated bean name [redis.clients.jedis.HostAndPort#f9e053c]
<2020-10-30 17:32:24,929> DEBUG (BeanDefinitionParserDelegate.java:495) [localhost-startStop-1] (org.springframework.beans.factory.xml.BeanDefinitionParserDelegate) - Neither XML 'id' nor 'name' specified - using generated bean name [redis.clients.jedis.HostAndPort#525b4b82]
<2020-10-30 17:32:24,930> DEBUG (BeanDefinitionParserDelegate.java:495) [localhost-startStop-1] (org.springframework.beans.factory.xml.BeanDefinitionParserDelegate) - Neither XML 'id' nor 'name' specified - using generated bean name [redis.clients.jedis.HostAndPort#1bc216b4]
<2020-10-30 17:32:24,930> DEBUG (BeanDefinitionParserDelegate.java:495) [localhost-startStop-1] (org.springframework.beans.factory.xml.BeanDefinitionParserDelegate) - Neither XML 'id' nor 'name' specified - using generated bean name [redis.clients.jedis.HostAndPort#39c54b6a]
<2020-10-30 17:32:24,931> DEBUG (BeanDefinitionParserDelegate.java:495) [localhost-startStop-1] (org.springframework.beans.factory.xml.BeanDefinitionParserDelegate) - Neither XML 'id' nor 'name' specified - using generated bean name [redis.clients.jedis.HostAndPort#468d0e8b]
<2020-10-30 17:32:24,931> INFO (XmlBeanDefinitionReader.java:317) [localhost-startStop-1] (org.springframework.beans.factory.xml.XmlBeanDefinitionReader) - Loading XML bean definitions from file [D:\mycode\spring-mybtis-redis\target\classes\applicationContext-service.xml]
<2020-10-30 17:32:24,932> DEBUG (DefaultDocumentLoader.java:73) [localhost-startStop-1] (org.springframework.beans.factory.xml.DefaultDocumentLoader) - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
<2020-10-30 17:32:24,934> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.1.xsd
<2020-10-30 17:32:24,944> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.1.xsd
<2020-10-30 17:32:24,948> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd
<2020-10-30 17:32:24,953> DEBUG (DefaultBeanDefinitionDocumentReader.java:98) [localhost-startStop-1] (org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader) - Loading bean definitions
<2020-10-30 17:32:24,954> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Adding [systemProperties] PropertySource with lowest search precedence
<2020-10-30 17:32:24,954> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Adding [systemEnvironment] PropertySource with lowest search precedence
<2020-10-30 17:32:24,954> DEBUG (AbstractEnvironment.java:126) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
<2020-10-30 17:32:24,954> DEBUG (ClassPathScanningCandidateComponentProvider.java:244) [localhost-startStop-1] (org.springframework.context.annotation.ClassPathBeanDefinitionScanner) - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
<2020-10-30 17:32:24,955> DEBUG (ClassPathScanningCandidateComponentProvider.java:252) [localhost-startStop-1] (org.springframework.context.annotation.ClassPathBeanDefinitionScanner) - JSR-330 'javax.inject.Named' annotation found and supported for component scanning
<2020-10-30 17:32:24,955> DEBUG (PathMatchingResourcePatternResolver.java:622) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Looking for matching resources in directory tree [D:\mycode\spring-mybtis-redis\target\classes\com\hao\service]
<2020-10-30 17:32:24,955> DEBUG (PathMatchingResourcePatternResolver.java:684) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Searching directory [D:\mycode\spring-mybtis-redis\target\classes\com\hao\service] for files matching pattern [D:/mycode/spring-mybtis-redis/target/classes/com/hao/service/**/*.class]
<2020-10-30 17:32:24,956> DEBUG (PathMatchingResourcePatternResolver.java:684) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Searching directory [D:\mycode\spring-mybtis-redis\target\classes\com\hao\service\impl] for files matching pattern [D:/mycode/spring-mybtis-redis/target/classes/com/hao/service/**/*.class]
<2020-10-30 17:32:24,956> DEBUG (PathMatchingResourcePatternResolver.java:423) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Resolved location pattern [classpath*:com/hao/service/**/*.class] to resources [file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\service\impl\UserServiceImpl.class], file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\service\UserService.class]]
<2020-10-30 17:32:24,965> DEBUG (ClassPathScanningCandidateComponentProvider.java:286) [localhost-startStop-1] (org.springframework.context.annotation.ClassPathBeanDefinitionScanner) - Identified candidate component class: file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\service\impl\UserServiceImpl.class]
<2020-10-30 17:32:24,968> INFO (XmlBeanDefinitionReader.java:317) [localhost-startStop-1] (org.springframework.beans.factory.xml.XmlBeanDefinitionReader) - Loading XML bean definitions from file [D:\mycode\spring-mybtis-redis\target\classes\applicationContext-trans.xml]
<2020-10-30 17:32:24,969> DEBUG (DefaultDocumentLoader.java:73) [localhost-startStop-1] (org.springframework.beans.factory.xml.DefaultDocumentLoader) - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
<2020-10-30 17:32:24,971> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.1.xsd
<2020-10-30 17:32:24,981> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx.xsd
<2020-10-30 17:32:27,780> DEBUG (PluggableSchemaResolver.java:119) [localhost-startStop-1] (org.springframework.beans.factory.xml.PluggableSchemaResolver) - Found XML schema [http://www.springframework.org/schema/aop/spring-aop.xsd] in classpath: org/springframework/aop/config/spring-aop-4.1.xsd
<2020-10-30 17:32:27,787> DEBUG (DefaultBeanDefinitionDocumentReader.java:98) [localhost-startStop-1] (org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader) - Loading bean definitions
<2020-10-30 17:32:27,826> DEBUG (AbstractBeanDefinitionReader.java:224) [localhost-startStop-1] (org.springframework.beans.factory.xml.XmlBeanDefinitionReader) - Loaded 17 bean definitions from location pattern [classpath:applicationContext-*.xml]
<2020-10-30 17:32:27,827> DEBUG (AbstractApplicationContext.java:540) [localhost-startStop-1] (org.springframework.web.context.support.XmlWebApplicationContext) - Bean factory for Root WebApplicationContext: org.springframework.beans.factory.support.DefaultListableBeanFactory@33a10402: defining beans [org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,dataSource,sqlSessionBean,mapperScannerConfigurer,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,poolconfig,jedisPool,jedisServiceImpl,jedisCluster,userServiceImpl,transactionManager,myAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0]; root of factory hierarchy
<2020-10-30 17:32:28,084> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
<2020-10-30 17:32:28,085> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
<2020-10-30 17:32:28,110> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
<2020-10-30 17:32:28,115> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
<2020-10-30 17:32:28,149> DEBUG (RecursiveAnnotationAttributesVisitor.java:51) [localhost-startStop-1] (org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor) - Failed to class-load type while reading annotation metadata. This is a non-fatal error, but certain annotation metadata may be unavailable.
java.lang.ClassNotFoundException: org.springframework.lang.Nullable
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)
at org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor.visitEnd(RecursiveAnnotationAttributesVisitor.java:47)
at org.springframework.asm.ClassReader.readAnnotationValues(ClassReader.java:1802)
at org.springframework.asm.ClassReader.readMethod(ClassReader.java:976)
at org.springframework.asm.ClassReader.accept(ClassReader.java:695)
at org.springframework.asm.ClassReader.accept(ClassReader.java:508)
at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:64)
at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:98)
at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:102)
at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:93)
at org.springframework.context.annotation.ConfigurationClassUtils.checkConfigurationClassCandidate(ConfigurationClassUtils.java:93)
at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:278)
at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:239)
at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:254)
at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:94)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:606)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:462)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
<2020-10-30 17:32:28,193> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'mapperScannerConfigurer'
<2020-10-30 17:32:28,194> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'mapperScannerConfigurer'
<2020-10-30 17:32:28,195> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'mapperScannerConfigurer' to allow for resolving potential circular references
<2020-10-30 17:32:28,242> DEBUG (AbstractAutowireCapableBeanFactory.java:1608) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Invoking afterPropertiesSet() on bean with name 'mapperScannerConfigurer'
<2020-10-30 17:32:28,242> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'mapperScannerConfigurer'
<2020-10-30 17:32:28,265> DEBUG (LogFactory.java:135) [localhost-startStop-1] (org.apache.ibatis.logging.LogFactory) - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
<2020-10-30 17:32:28,268> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Adding [systemProperties] PropertySource with lowest search precedence
<2020-10-30 17:32:28,269> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Adding [systemEnvironment] PropertySource with lowest search precedence
<2020-10-30 17:32:28,270> DEBUG (AbstractEnvironment.java:126) [localhost-startStop-1] (org.springframework.core.env.StandardEnvironment) - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
<2020-10-30 17:32:28,274> DEBUG (PathMatchingResourcePatternResolver.java:622) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Looking for matching resources in directory tree [D:\mycode\spring-mybtis-redis\target\classes\com\hao\mapper]
<2020-10-30 17:32:28,274> DEBUG (PathMatchingResourcePatternResolver.java:684) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Searching directory [D:\mycode\spring-mybtis-redis\target\classes\com\hao\mapper] for files matching pattern [D:/mycode/spring-mybtis-redis/target/classes/com/hao/mapper/**/*.class]
<2020-10-30 17:32:28,275> DEBUG (PathMatchingResourcePatternResolver.java:423) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Resolved location pattern [classpath*:com/hao/mapper/**/*.class] to resources [file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\mapper\UserMapper.class]]
<2020-10-30 17:32:28,276> DEBUG (ClassPathScanningCandidateComponentProvider.java:286) [localhost-startStop-1] (org.mybatis.spring.mapper.ClassPathMapperScanner) - Identified candidate component class: file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\mapper\UserMapper.class]
<2020-10-30 17:32:28,278> DEBUG (Logger.java:49) [localhost-startStop-1] (org.mybatis.spring.mapper.ClassPathMapperScanner) - Creating MapperFactoryBean with name 'userMapper' and 'com.hao.mapper.UserMapper' mapperInterface
<2020-10-30 17:32:28,279> DEBUG (Logger.java:49) [localhost-startStop-1] (org.mybatis.spring.mapper.ClassPathMapperScanner) - Enabling autowire by type for MapperFactoryBean with name 'userMapper'.
<2020-10-30 17:32:28,282> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
<2020-10-30 17:32:28,284> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
<2020-10-30 17:32:28,286> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0' to allow for resolving potential circular references
<2020-10-30 17:32:28,317> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
<2020-10-30 17:32:28,318> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.core.env.MutablePropertySources) - Adding [environmentProperties] PropertySource with lowest search precedence
<2020-10-30 17:32:28,319> INFO (PropertiesLoaderSupport.java:172) [localhost-startStop-1] (org.springframework.context.support.PropertySourcesPlaceholderConfigurer) - Loading properties file from class path resource [db.properties]
<2020-10-30 17:32:28,320> DEBUG (MutablePropertySources.java:109) [localhost-startStop-1] (org.springframework.core.env.MutablePropertySources) - Adding [localProperties] PropertySource with lowest search precedence
<2020-10-30 17:32:28,327> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.driver' in [environmentProperties]
<2020-10-30 17:32:28,328> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.driver' in [servletConfigInitParams]
<2020-10-30 17:32:28,328> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.driver' in [servletContextInitParams]
<2020-10-30 17:32:28,330> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.driver' in [jndiProperties]
<2020-10-30 17:32:28,330> DEBUG (JndiTemplate.java:150) [localhost-startStop-1] (org.springframework.jndi.JndiTemplate) - Looking up JNDI object with name [java:comp/env/jdbc.driver]
<2020-10-30 17:32:28,334> DEBUG (JndiLocatorSupport.java:101) [localhost-startStop-1] (org.springframework.jndi.JndiLocatorDelegate) - Converted JNDI name [java:comp/env/jdbc.driver] not found - trying original name [jdbc.driver]. javax.naming.NameNotFoundException: Name [jdbc.driver] is not bound in this Context. Unable to find [jdbc.driver].
<2020-10-30 17:32:28,334> DEBUG (JndiTemplate.java:150) [localhost-startStop-1] (org.springframework.jndi.JndiTemplate) - Looking up JNDI object with name [jdbc.driver]
<2020-10-30 17:32:28,334> DEBUG (JndiPropertySource.java:90) [localhost-startStop-1] (org.springframework.jndi.JndiPropertySource) - JNDI lookup for name [jdbc.driver] threw NamingException with message: Name [jdbc.driver] is not bound in this Context. Unable to find [jdbc.driver].. Returning null.
<2020-10-30 17:32:28,335> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.driver' in [systemProperties]
<2020-10-30 17:32:28,335> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.driver' in [systemEnvironment]
<2020-10-30 17:32:28,336> DEBUG (PropertySourcesPropertyResolver.java:103) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Could not find key 'jdbc.driver' in any property source. Returning [null]
<2020-10-30 17:32:28,336> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.driver' in [localProperties]
<2020-10-30 17:32:28,337> DEBUG (PropertySourcesPropertyResolver.java:90) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Found key 'jdbc.driver' in [localProperties] with type [String] and value 'com.mysql.jdbc.Driver'
<2020-10-30 17:32:28,342> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.url' in [environmentProperties]
<2020-10-30 17:32:28,342> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.url' in [servletConfigInitParams]
<2020-10-30 17:32:28,342> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.url' in [servletContextInitParams]
<2020-10-30 17:32:28,343> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.url' in [jndiProperties]
<2020-10-30 17:32:28,343> DEBUG (JndiTemplate.java:150) [localhost-startStop-1] (org.springframework.jndi.JndiTemplate) - Looking up JNDI object with name [java:comp/env/jdbc.url]
<2020-10-30 17:32:28,344> DEBUG (JndiLocatorSupport.java:101) [localhost-startStop-1] (org.springframework.jndi.JndiLocatorDelegate) - Converted JNDI name [java:comp/env/jdbc.url] not found - trying original name [jdbc.url]. javax.naming.NameNotFoundException: Name [jdbc.url] is not bound in this Context. Unable to find [jdbc.url].
<2020-10-30 17:32:28,345> DEBUG (JndiTemplate.java:150) [localhost-startStop-1] (org.springframework.jndi.JndiTemplate) - Looking up JNDI object with name [jdbc.url]
<2020-10-30 17:32:28,349> DEBUG (JndiPropertySource.java:90) [localhost-startStop-1] (org.springframework.jndi.JndiPropertySource) - JNDI lookup for name [jdbc.url] threw NamingException with message: Name [jdbc.url] is not bound in this Context. Unable to find [jdbc.url].. Returning null.
<2020-10-30 17:32:28,349> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.url' in [systemProperties]
<2020-10-30 17:32:28,350> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.url' in [systemEnvironment]
<2020-10-30 17:32:28,350> DEBUG (PropertySourcesPropertyResolver.java:103) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Could not find key 'jdbc.url' in any property source. Returning [null]
<2020-10-30 17:32:28,350> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.url' in [localProperties]
<2020-10-30 17:32:28,351> DEBUG (PropertySourcesPropertyResolver.java:90) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Found key 'jdbc.url' in [localProperties] with type [String] and value 'jdbc:mysql://localhost:3306/ssm?useSSL=false&useUnicode=true&characterEncoding=utf-8'
<2020-10-30 17:32:28,351> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.username' in [environmentProperties]
<2020-10-30 17:32:28,352> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.username' in [servletConfigInitParams]
<2020-10-30 17:32:28,352> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.username' in [servletContextInitParams]
<2020-10-30 17:32:28,352> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.username' in [jndiProperties]
<2020-10-30 17:32:28,352> DEBUG (JndiTemplate.java:150) [localhost-startStop-1] (org.springframework.jndi.JndiTemplate) - Looking up JNDI object with name [java:comp/env/jdbc.username]
<2020-10-30 17:32:28,353> DEBUG (JndiLocatorSupport.java:101) [localhost-startStop-1] (org.springframework.jndi.JndiLocatorDelegate) - Converted JNDI name [java:comp/env/jdbc.username] not found - trying original name [jdbc.username]. javax.naming.NameNotFoundException: Name [jdbc.username] is not bound in this Context. Unable to find [jdbc.username].
<2020-10-30 17:32:28,354> DEBUG (JndiTemplate.java:150) [localhost-startStop-1] (org.springframework.jndi.JndiTemplate) - Looking up JNDI object with name [jdbc.username]
<2020-10-30 17:32:28,354> DEBUG (JndiPropertySource.java:90) [localhost-startStop-1] (org.springframework.jndi.JndiPropertySource) - JNDI lookup for name [jdbc.username] threw NamingException with message: Name [jdbc.username] is not bound in this Context. Unable to find [jdbc.username].. Returning null.
<2020-10-30 17:32:28,355> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.username' in [systemProperties]
<2020-10-30 17:32:28,356> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.username' in [systemEnvironment]
<2020-10-30 17:32:28,357> DEBUG (PropertySourcesPropertyResolver.java:103) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Could not find key 'jdbc.username' in any property source. Returning [null]
<2020-10-30 17:32:28,358> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.username' in [localProperties]
<2020-10-30 17:32:28,358> DEBUG (PropertySourcesPropertyResolver.java:90) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Found key 'jdbc.username' in [localProperties] with type [String] and value 'root'
<2020-10-30 17:32:28,359> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.password' in [environmentProperties]
<2020-10-30 17:32:28,359> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.password' in [servletConfigInitParams]
<2020-10-30 17:32:28,363> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.password' in [servletContextInitParams]
<2020-10-30 17:32:28,365> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.password' in [jndiProperties]
<2020-10-30 17:32:28,366> DEBUG (JndiTemplate.java:150) [localhost-startStop-1] (org.springframework.jndi.JndiTemplate) - Looking up JNDI object with name [java:comp/env/jdbc.password]
<2020-10-30 17:32:28,367> DEBUG (JndiLocatorSupport.java:101) [localhost-startStop-1] (org.springframework.jndi.JndiLocatorDelegate) - Converted JNDI name [java:comp/env/jdbc.password] not found - trying original name [jdbc.password]. javax.naming.NameNotFoundException: Name [jdbc.password] is not bound in this Context. Unable to find [jdbc.password].
<2020-10-30 17:32:28,367> DEBUG (JndiTemplate.java:150) [localhost-startStop-1] (org.springframework.jndi.JndiTemplate) - Looking up JNDI object with name [jdbc.password]
<2020-10-30 17:32:28,368> DEBUG (JndiPropertySource.java:90) [localhost-startStop-1] (org.springframework.jndi.JndiPropertySource) - JNDI lookup for name [jdbc.password] threw NamingException with message: Name [jdbc.password] is not bound in this Context. Unable to find [jdbc.password].. Returning null.
<2020-10-30 17:32:28,368> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.password' in [systemProperties]
<2020-10-30 17:32:28,368> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.password' in [systemEnvironment]
<2020-10-30 17:32:28,369> DEBUG (PropertySourcesPropertyResolver.java:103) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Could not find key 'jdbc.password' in any property source. Returning [null]
<2020-10-30 17:32:28,369> DEBUG (PropertySourcesPropertyResolver.java:81) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Searching for key 'jdbc.password' in [localProperties]
<2020-10-30 17:32:28,369> DEBUG (PropertySourcesPropertyResolver.java:90) [localhost-startStop-1] (org.springframework.core.env.PropertySourcesPropertyResolver) - Found key 'jdbc.password' in [localProperties] with type [String] and value 'root'
<2020-10-30 17:32:28,380> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
<2020-10-30 17:32:28,381> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
<2020-10-30 17:32:28,382> INFO (AutowiredAnnotationBeanPostProcessor.java:153) [localhost-startStop-1] (org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor) - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
<2020-10-30 17:32:28,383> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
<2020-10-30 17:32:28,383> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
<2020-10-30 17:32:28,384> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
<2020-10-30 17:32:28,384> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
<2020-10-30 17:32:28,385> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
<2020-10-30 17:32:28,385> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
<2020-10-30 17:32:28,386> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
<2020-10-30 17:32:28,386> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
<2020-10-30 17:32:28,391> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
<2020-10-30 17:32:28,391> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
<2020-10-30 17:32:28,398> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
<2020-10-30 17:32:28,399> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
<2020-10-30 17:32:28,399> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references
<2020-10-30 17:32:28,400> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
<2020-10-30 17:32:28,401> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
<2020-10-30 17:32:28,401> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
<2020-10-30 17:32:28,402> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references
<2020-10-30 17:32:28,402> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
<2020-10-30 17:32:28,402> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
<2020-10-30 17:32:28,403> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
<2020-10-30 17:32:28,438> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references
<2020-10-30 17:32:28,467> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
<2020-10-30 17:32:28,473> DEBUG (AbstractApplicationContext.java:646) [localhost-startStop-1] (org.springframework.web.context.support.XmlWebApplicationContext) - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6f878370]
<2020-10-30 17:32:28,477> DEBUG (AbstractApplicationContext.java:670) [localhost-startStop-1] (org.springframework.web.context.support.XmlWebApplicationContext) - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7c698cf8]
<2020-10-30 17:32:28,481> DEBUG (UiApplicationContextUtils.java:85) [localhost-startStop-1] (org.springframework.ui.context.support.UiApplicationContextUtils) - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@1d63d178]
<2020-10-30 17:32:28,487> DEBUG (DefaultListableBeanFactory.java:731) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@33a10402: defining beans [org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,dataSource,sqlSessionBean,mapperScannerConfigurer,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,poolconfig,jedisPool,jedisServiceImpl,jedisCluster,userServiceImpl,transactionManager,myAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,userMapper]; root of factory hierarchy
<2020-10-30 17:32:28,487> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
<2020-10-30 17:32:28,487> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'dataSource'
<2020-10-30 17:32:28,488> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'dataSource'
<2020-10-30 17:32:28,489> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:28,489> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:28,491> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references
<2020-10-30 17:32:28,503> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean '(inner bean)#169d9f03'
<2020-10-30 17:32:28,526> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean '(inner bean)#169d9f03'
<2020-10-30 17:32:28,527> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:28,541> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'dataSource' to allow for resolving potential circular references
<2020-10-30 17:32:28,636> DEBUG (DriverManagerDataSource.java:134) [localhost-startStop-1] (org.springframework.jdbc.datasource.DriverManagerDataSource) - Loaded JDBC driver: com.mysql.jdbc.Driver
<2020-10-30 17:32:28,637> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:28,637> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,075> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'dataSource'
<2020-10-30 17:32:29,075> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'sqlSessionBean'
<2020-10-30 17:32:29,076> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'sqlSessionBean'
<2020-10-30 17:32:29,076> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,090> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'sqlSessionBean' to allow for resolving potential circular references
<2020-10-30 17:32:29,103> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'dataSource'
<2020-10-30 17:32:29,106> DEBUG (AbstractAutowireCapableBeanFactory.java:1608) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Invoking afterPropertiesSet() on bean with name 'sqlSessionBean'
<2020-10-30 17:32:29,111> DEBUG (Logger.java:49) [localhost-startStop-1] (org.mybatis.spring.SqlSessionFactoryBean) - Property 'configuration' or 'configLocation' not specified, using default MyBatis Configuration
<2020-10-30 17:32:29,224> DEBUG (PathMatchingResourcePatternResolver.java:622) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Looking for matching resources in directory tree [D:\mycode\spring-mybtis-redis\target\classes\com\hao\pojo]
<2020-10-30 17:32:29,224> DEBUG (PathMatchingResourcePatternResolver.java:684) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Searching directory [D:\mycode\spring-mybtis-redis\target\classes\com\hao\pojo] for files matching pattern [D:/mycode/spring-mybtis-redis/target/classes/com/hao/pojo/**/*.class]
<2020-10-30 17:32:29,226> DEBUG (PathMatchingResourcePatternResolver.java:423) [localhost-startStop-1] (org.springframework.core.io.support.PathMatchingResourcePatternResolver) - Resolved location pattern [classpath*:com/hao/pojo/**/*.class] to resources [file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\pojo\Users.class], file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\pojo\UsersExample$Criteria.class], file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\pojo\UsersExample$Criterion.class], file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\pojo\UsersExample$GeneratedCriteria.class], file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\pojo\UsersExample.class]]
<2020-10-30 17:32:29,253> DEBUG (Logger.java:49) [localhost-startStop-1] (org.mybatis.spring.SqlSessionFactoryBean) - Property 'mapperLocations' was not specified.
<2020-10-30 17:32:29,254> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,254> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,267> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'sqlSessionBean'
<2020-10-30 17:32:29,268> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'mapperScannerConfigurer'
<2020-10-30 17:32:29,269> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
<2020-10-30 17:32:29,269> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
<2020-10-30 17:32:29,269> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
<2020-10-30 17:32:29,270> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
<2020-10-30 17:32:29,271> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'poolconfig'
<2020-10-30 17:32:29,272> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'poolconfig'
<2020-10-30 17:32:29,272> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,276> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'poolconfig' to allow for resolving potential circular references
<2020-10-30 17:32:29,317> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,318> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,335> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'poolconfig'
<2020-10-30 17:32:29,336> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'jedisPool'
<2020-10-30 17:32:29,336> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'jedisPool'
<2020-10-30 17:32:29,337> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,377> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'poolconfig'
<2020-10-30 17:32:29,460> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'jedisPool' to allow for resolving potential circular references
<2020-10-30 17:32:29,471> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,471> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,485> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'jedisPool'
<2020-10-30 17:32:29,486> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'jedisServiceImpl'
<2020-10-30 17:32:29,486> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'jedisServiceImpl'
<2020-10-30 17:32:29,486> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,487> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'jedisServiceImpl' to allow for resolving potential circular references
<2020-10-30 17:32:29,491> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,491> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,492> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'jedisServiceImpl'
<2020-10-30 17:32:29,492> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'jedisCluster'
<2020-10-30 17:32:29,493> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'jedisCluster'
<2020-10-30 17:32:29,493> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,517> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'redis.clients.jedis.HostAndPort#5a3f135d'
<2020-10-30 17:32:29,518> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,522> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,523> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,526> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'redis.clients.jedis.HostAndPort#5a3f135d'
<2020-10-30 17:32:29,527> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'redis.clients.jedis.HostAndPort#f9e053c'
<2020-10-30 17:32:29,528> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,529> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,529> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,530> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'redis.clients.jedis.HostAndPort#f9e053c'
<2020-10-30 17:32:29,530> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'redis.clients.jedis.HostAndPort#525b4b82'
<2020-10-30 17:32:29,531> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,532> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,532> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,535> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'redis.clients.jedis.HostAndPort#525b4b82'
<2020-10-30 17:32:29,535> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'redis.clients.jedis.HostAndPort#1bc216b4'
<2020-10-30 17:32:29,538> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,539> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,539> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,540> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'redis.clients.jedis.HostAndPort#1bc216b4'
<2020-10-30 17:32:29,540> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'redis.clients.jedis.HostAndPort#39c54b6a'
<2020-10-30 17:32:29,540> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,542> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,542> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,543> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'redis.clients.jedis.HostAndPort#39c54b6a'
<2020-10-30 17:32:29,544> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'redis.clients.jedis.HostAndPort#468d0e8b'
<2020-10-30 17:32:29,544> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,545> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,546> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,547> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'redis.clients.jedis.HostAndPort#468d0e8b'
<2020-10-30 17:32:29,548> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'poolconfig'
<2020-10-30 17:32:29,680> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'jedisCluster' to allow for resolving potential circular references
<2020-10-30 17:32:29,710> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,711> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,897> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'jedisCluster'
<2020-10-30 17:32:29,898> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'userServiceImpl'
<2020-10-30 17:32:29,898> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'userServiceImpl'
<2020-10-30 17:32:29,899> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,904> DEBUG (InjectionMetadata.java:71) [localhost-startStop-1] (org.springframework.beans.factory.annotation.InjectionMetadata) - Registered injected element on class [com.hao.service.impl.UserServiceImpl]: AutowiredFieldElement for private com.hao.mapper.UserMapper com.hao.service.impl.UserServiceImpl.usersMapper
<2020-10-30 17:32:29,905> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references
<2020-10-30 17:32:29,908> DEBUG (InjectionMetadata.java:85) [localhost-startStop-1] (org.springframework.beans.factory.annotation.InjectionMetadata) - Processing injected method of bean 'userServiceImpl': AutowiredFieldElement for private com.hao.mapper.UserMapper com.hao.service.impl.UserServiceImpl.usersMapper
<2020-10-30 17:32:29,914> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,919> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'userMapper'
<2020-10-30 17:32:29,919> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'userMapper'
<2020-10-30 17:32:29,922> DEBUG (AbstractAutowireCapableBeanFactory.java:523) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Eagerly caching bean 'userMapper' to allow for resolving potential circular references
<2020-10-30 17:32:29,935> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,938> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,945> DEBUG (AbstractBeanFactory.java:243) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning eagerly cached instance of singleton bean 'userMapper' that is not fully initialized yet - a consequence of a circular reference
<2020-10-30 17:32:29,946> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'sqlSessionBean'
<2020-10-30 17:32:29,947> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,947> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:29,950> DEBUG (AbstractAutowireCapableBeanFactory.java:1287) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Autowiring by type from bean name 'userMapper' via property 'sqlSessionFactory' to bean named 'sqlSessionBean'
<2020-10-30 17:32:29,966> DEBUG (AbstractAutowireCapableBeanFactory.java:1608) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Invoking afterPropertiesSet() on bean with name 'userMapper'
<2020-10-30 17:32:30,230> DEBUG (AbstractAutowireCapableBeanFactory.java:478) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Finished creating instance of bean 'userMapper'
<2020-10-30 17:32:30,234> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:30,234> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:30,238> DEBUG (AutowiredAnnotationBeanPostProcessor.java:477) [localhost-startStop-1] (org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor) - Autowiring by type from bean name 'userServiceImpl' to bean named 'userMapper'
<2020-10-30 17:32:30,239> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:30,239> DEBUG (AbstractBeanFactory.java:247) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
<2020-10-30 17:32:30,243> DEBUG (DefaultSingletonBeanRegistry.java:221) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating shared instance of singleton bean 'myAdvice'
<2020-10-30 17:32:30,243> DEBUG (AbstractAutowireCapableBeanFactory.java:450) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Creating instance of bean 'myAdvice'
<2020-10-30 17:32:30,260> WARN (AbstractApplicationContext.java:487) [localhost-startStop-1] (org.springframework.web.context.support.XmlWebApplicationContext) - Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl' defined in file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\service\impl\UserServiceImpl.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myAdvice': Post-processing failed of bean type [class org.springframework.transaction.interceptor.TransactionInterceptor] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [org.springframework.transaction.interceptor.TransactionInterceptor] for resource metadata: could not find class that it depends on
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myAdvice': Post-processing failed of bean type [class org.springframework.transaction.interceptor.TransactionInterceptor] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [org.springframework.transaction.interceptor.TransactionInterceptor] for resource metadata: could not find class that it depends on
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyMergedBeanDefinitionPostProcessors(AbstractAutowireCapableBeanFactory.java:928)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
at org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor.getAdvice(AbstractBeanFactoryPointcutAdvisor.java:88)
at org.springframework.aop.aspectj.AspectJProxyUtils.isAspectJAdvice(AspectJProxyUtils.java:67)
at org.springframework.aop.aspectj.AspectJProxyUtils.makeAdvisorChainAspectJCapableIfNecessary(AspectJProxyUtils.java:49)
at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.extendAdvisors(AspectJAwareAdvisorAutoProxyCreator.java:97)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findEligibleAdvisors(AbstractAdvisorAutoProxyCreator.java:89)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.getAdvicesAndAdvisorsForBean(AbstractAdvisorAutoProxyCreator.java:69)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.wrapIfNecessary(AbstractAutoProxyCreator.java:330)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessAfterInitialization(AbstractAutoProxyCreator.java:293)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:422)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1571)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
... 20 more
Caused by: java.lang.IllegalStateException: Failed to introspect bean class [org.springframework.transaction.interceptor.TransactionInterceptor] for resource metadata: could not find class that it depends on
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.findResourceMetadata(CommonAnnotationBeanPostProcessor.java:328)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessMergedBeanDefinition(CommonAnnotationBeanPostProcessor.java:284)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyMergedBeanDefinitionPostProcessors(AbstractAutowireCapableBeanFactory.java:923)
... 37 more
Caused by: java.lang.NoClassDefFoundError: Lorg/springframework/core/ReactiveAdapterRegistry;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredFields(Class.java:1916)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.buildResourceMetadata(CommonAnnotationBeanPostProcessor.java:343)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.findResourceMetadata(CommonAnnotationBeanPostProcessor.java:324)
... 39 more
Caused by: java.lang.ClassNotFoundException: org.springframework.core.ReactiveAdapterRegistry
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)
... 44 more
<2020-10-30 17:32:30,266> DEBUG (DefaultSingletonBeanRegistry.java:512) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@33a10402: defining beans [org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,dataSource,sqlSessionBean,mapperScannerConfigurer,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,poolconfig,jedisPool,jedisServiceImpl,jedisCluster,userServiceImpl,transactionManager,myAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,userMapper]; root of factory hierarchy
<2020-10-30 17:32:30,266> DEBUG (DisposableBeanAdapter.java:323) [localhost-startStop-1] (org.springframework.beans.factory.support.DisposableBeanAdapter) - Invoking destroy method 'close' on bean with name 'jedisCluster'
<2020-10-30 17:32:30,268> DEBUG (DefaultSingletonBeanRegistry.java:568) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Retrieved dependent beans for bean 'redis.clients.jedis.HostAndPort#5a3f135d': [jedisCluster]
<2020-10-30 17:32:30,269> DEBUG (DisposableBeanAdapter.java:323) [localhost-startStop-1] (org.springframework.beans.factory.support.DisposableBeanAdapter) - Invoking destroy method 'close' on bean with name 'jedisPool'
<2020-10-30 17:32:30,270> DEBUG (DefaultSingletonBeanRegistry.java:568) [localhost-startStop-1] (org.springframework.beans.factory.support.DefaultListableBeanFactory) - Retrieved dependent beans for bean '(inner bean)#169d9f03': [org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0]
<2020-10-30 17:32:30,270> ERROR (ContextLoader.java:331) [localhost-startStop-1] (org.springframework.web.context.ContextLoader) - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl' defined in file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\service\impl\UserServiceImpl.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myAdvice': Post-processing failed of bean type [class org.springframework.transaction.interceptor.TransactionInterceptor] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [org.springframework.transaction.interceptor.TransactionInterceptor] for resource metadata: could not find class that it depends on
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myAdvice': Post-processing failed of bean type [class org.springframework.transaction.interceptor.TransactionInterceptor] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [org.springframework.transaction.interceptor.TransactionInterceptor] for resource metadata: could not find class that it depends on
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyMergedBeanDefinitionPostProcessors(AbstractAutowireCapableBeanFactory.java:928)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
at org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor.getAdvice(AbstractBeanFactoryPointcutAdvisor.java:88)
at org.springframework.aop.aspectj.AspectJProxyUtils.isAspectJAdvice(AspectJProxyUtils.java:67)
at org.springframework.aop.aspectj.AspectJProxyUtils.makeAdvisorChainAspectJCapableIfNecessary(AspectJProxyUtils.java:49)
at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.extendAdvisors(AspectJAwareAdvisorAutoProxyCreator.java:97)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findEligibleAdvisors(AbstractAdvisorAutoProxyCreator.java:89)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.getAdvicesAndAdvisorsForBean(AbstractAdvisorAutoProxyCreator.java:69)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.wrapIfNecessary(AbstractAutoProxyCreator.java:330)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessAfterInitialization(AbstractAutoProxyCreator.java:293)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:422)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1571)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
... 20 more
Caused by: java.lang.IllegalStateException: Failed to introspect bean class [org.springframework.transaction.interceptor.TransactionInterceptor] for resource metadata: could not find class that it depends on
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.findResourceMetadata(CommonAnnotationBeanPostProcessor.java:328)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessMergedBeanDefinition(CommonAnnotationBeanPostProcessor.java:284)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyMergedBeanDefinitionPostProcessors(AbstractAutowireCapableBeanFactory.java:923)
... 37 more
Caused by: java.lang.NoClassDefFoundError: Lorg/springframework/core/ReactiveAdapterRegistry;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredFields(Class.java:1916)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.buildResourceMetadata(CommonAnnotationBeanPostProcessor.java:343)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.findResourceMetadata(CommonAnnotationBeanPostProcessor.java:324)
... 39 more
Caused by: java.lang.ClassNotFoundException: org.springframework.core.ReactiveAdapterRegistry
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)
... 44 more
十月 30, 2020 5:32:30 下午 org.apache.catalina.core.StandardContext listenerStart
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl' defined in file [D:\mycode\spring-mybtis-redis\target\classes\com\hao\service\impl\UserServiceImpl.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myAdvice': Post-processing failed of bean type [class org.springframework.transaction.interceptor.TransactionInterceptor] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [org.springframework.transaction.interceptor.TransactionInterceptor] for resource metadata: could not find class that it depends on
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myAdvice': Post-processing failed of bean type [class org.springframework.transaction.interceptor.TransactionInterceptor] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [org.springframework.transaction.interceptor.TransactionInterceptor] for resource metadata: could not find class that it depends on
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyMergedBeanDefinitionPostProcessors(AbstractAutowireCapableBeanFactory.java:928)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
at org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor.getAdvice(AbstractBeanFactoryPointcutAdvisor.java:88)
at org.springframework.aop.aspectj.AspectJProxyUtils.isAspectJAdvice(AspectJProxyUtils.java:67)
at org.springframework.aop.aspectj.AspectJProxyUtils.makeAdvisorChainAspectJCapableIfNecessary(AspectJProxyUtils.java:49)
at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.extendAdvisors(AspectJAwareAdvisorAutoProxyCreator.java:97)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findEligibleAdvisors(AbstractAdvisorAutoProxyCreator.java:89)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.getAdvicesAndAdvisorsForBean(AbstractAdvisorAutoProxyCreator.java:69)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.wrapIfNecessary(AbstractAutoProxyCreator.java:330)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessAfterInitialization(AbstractAutoProxyCreator.java:293)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:422)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1571)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
... 20 more
Caused by: java.lang.IllegalStateException: Failed to introspect bean class [org.springframework.transaction.interceptor.TransactionInterceptor] for resource metadata: could not find class that it depends on
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.findResourceMetadata(CommonAnnotationBeanPostProcessor.java:328)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessMergedBeanDefinition(CommonAnnotationBeanPostProcessor.java:284)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyMergedBeanDefinitionPostProcessors(AbstractAutowireCapableBeanFactory.java:923)
... 37 more
Caused by: java.lang.NoClassDefFoundError: Lorg/springframework/core/ReactiveAdapterRegistry;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredFields(Class.java:1916)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.buildResourceMetadata(CommonAnnotationBeanPostProcessor.java:343)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.findResourceMetadata(CommonAnnotationBeanPostProcessor.java:324)
... 39 more
Caused by: java.lang.ClassNotFoundException: org.springframework.core.ReactiveAdapterRegistry
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)
... 44 more十月 30, 2020 5:32:30 下午 org.apache.catalina.core.StandardContext startInternal
严重: Error listenerStart
十月 30, 2020 5:32:30 下午 org.apache.catalina.core.StandardContext startInternal
严重: Context [] startup failed due to previous errors
十月 30, 2020 5:32:30 下午 org.apache.catalina.core.ApplicationContext log
信息: Closing Spring root WebApplicationContext
十月 30, 2020 5:32:30 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [] registered the JDBC driver [com.mysql.fabric.jdbc.FabricMySQLDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
十月 30, 2020 5:32:30 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [] registered the JDBC driver [com.alibaba.druid.proxy.DruidDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
十月 30, 2020 5:32:30 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [] registered the JDBC driver [com.alibaba.druid.mock.MockDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
十月 30, 2020 5:32:30 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
十月 30, 2020 5:32:30 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak.
十月 30, 2020 5:32:30 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-bio-8080"]
4.0.0org.examplespring-mybtis-redis1.0-SNAPSHOTwarredis.clientsjedis2.9.0junitjunit3.8.2org.slf4jslf4j-log4j121.6.4org.mybatismybatis3.4.6org.mybatismybatis-spring2.0.3mysqlmysql-connector-java5.1.48com.alibabadruid1.1.14org.springframeworkspring-context4.1.3.RELEASEorg.springframeworkspring-beans4.1.3.RELEASEorg.springframeworkspring-webmvc4.1.3.RELEASEorg.springframeworkspring-jdbc5.2.4.RELEASEorg.springframeworkspring-aspects4.1.3.RELEASEjstljstl1.2javax.servletservlet-api2.5providedjavax.servletjsp-api2.0providedsrc/main/java**/*.xmlsrc/main/resources**/*.xml**/*.propertiesorg.apache.tomcat.maventomcat7-maven-plugin/8080