信息: No Spring WebApplicationInitializer types detected on classpath
2019-08-02 22:30:07,184 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Adding [servletConfigInitParams] PropertySource with lowest search precedence
2019-08-02 22:30:07,184 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Adding [servletContextInitParams] PropertySource with lowest search precedence
2019-08-02 22:30:07,190 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Adding [jndiProperties] PropertySource with lowest search precedence
2019-08-02 22:30:07,191 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Adding [systemProperties] PropertySource with lowest search precedence
2019-08-02 22:30:07,191 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Adding [systemEnvironment] PropertySource with lowest search precedence
2019-08-02 22:30:07,192 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,jndiProperties,systemProperties,systemEnvironment]
2019-08-02 22:30:07,194 [localhost-startStop-1] [org.springframework.web.filter.CharacterEncodingFilter]-[DEBUG] Initializing filter 'CharacterEncodingFilter'
2019-08-02 22:30:07,234 [localhost-startStop-1] [org.springframework.web.filter.CharacterEncodingFilter]-[DEBUG] Filter 'CharacterEncodingFilter' configured successfully
2019-08-02 22:30:07,246 [localhost-startStop-1] [org.springframework.web.servlet.DispatcherServlet]-[DEBUG] Initializing servlet 'ee-manager'
2019-08-02 22:30:07,247 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Adding [servletConfigInitParams] PropertySource with lowest search precedence
2019-08-02 22:30:07,247 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Adding [servletContextInitParams] PropertySource with lowest search precedence
2019-08-02 22:30:07,248 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Adding [jndiProperties] PropertySource with lowest search precedence
2019-08-02 22:30:07,248 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Adding [systemProperties] PropertySource with lowest search precedence
2019-08-02 22:30:07,248 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Adding [systemEnvironment] PropertySource with lowest search precedence
2019-08-02 22:30:07,248 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,jndiProperties,systemProperties,systemEnvironment]
八月 02, 2019 10:30:07 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'e3-manager'
2019-08-02 22:30:07,261 [localhost-startStop-1] [org.springframework.web.servlet.DispatcherServlet]-[INFO] FrameworkServlet 'e3-manager': initialization started
2019-08-02 22:30:07,264 [localhost-startStop-1] [org.springframework.web.servlet.DispatcherServlet]-[DEBUG] Servlet with name 'ee-manager' will try to create custom WebApplicationContext context of class 'org.springframework.web.context.support.XmlWebApplicationContext', using parent context [null]
2019-08-02 22:30:07,280 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]
2019-08-02 22:30:07,281 [localhost-startStop-1] [org.springframework.web.context.support.StandardServletEnvironment]-[DEBUG] Replacing [servletConfigInitParams] PropertySource with [servletConfigInitParams]
2019-08-02 22:30:07,281 [localhost-startStop-1] [org.springframework.web.context.support.XmlWebApplicationContext]-[INFO] Refreshing WebApplicationContext for namespace 'e3-manager-servlet': startup date [Fri Aug 02 22:30:07 CST 2019]; root of context hierarchy
2019-08-02 22:30:07,316 [localhost-startStop-1] [org.springframework.core.env.StandardEnvironment]-[DEBUG] Adding [systemProperties] PropertySource with lowest search precedence
2019-08-02 22:30:07,316 [localhost-startStop-1] [org.springframework.core.env.StandardEnvironment]-[DEBUG] Adding [systemEnvironment] PropertySource with lowest search precedence
2019-08-02 22:30:07,316 [localhost-startStop-1] [org.springframework.core.env.StandardEnvironment]-[DEBUG] Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2019-08-02 22:30:07,324 [localhost-startStop-1] [org.springframework.beans.factory.xml.XmlBeanDefinitionReader]-[INFO] Loading XML bean definitions from class path resource [spring/springmvc.xml]
2019-08-02 22:30:07,327 [localhost-startStop-1] [org.springframework.beans.factory.xml.DefaultDocumentLoader]-[DEBUG] Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2019-08-02 22:30:07,364 [localhost-startStop-1] [org.springframework.beans.factory.xml.PluggableSchemaResolver]-[DEBUG] Loading schema mappings from [META-INF/spring.schemas]
2019-08-02 22:30:07,369 [localhost-startStop-1] [org.springframework.beans.factory.xml.PluggableSchemaResolver]-[DEBUG] Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.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-4.1.xsd, http://www.springframework.org/schema/jms/spring-jms-2.5.xsd=org/springframework/jms/config/spring-jms-2.5.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.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.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/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.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, 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-3.1.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/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.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.2.xsd, http://www.springframework.org/schema/tx/spring-tx-4.2.xsd=org/springframework/transaction/config/spring-tx-4.2.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, 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-4.0.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, 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.2.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, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.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/jms/spring-jms-4.2.xsd=org/springframework/jms/config/spring-jms-4.2.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-3.0.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-4.2.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
No Spring WebApplicationInitializer types detected on classpath
最新推荐文章于 2023-04-14 12:55:49 发布