|
[2017-06-11 17:53:03] [DEBUG] [org.springframework.beans.factory.support.DefaultListableBeanFactory:449] Creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'
[2017-06-11 17:53:03] [DEBUG] [org.springframework.beans.factory.support.DefaultListableBeanFactory:477] Finished creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'
[2017-06-11 17:53:03] [DEBUG] [org.springframework.web.servlet.DispatcherServlet:727] Unable to locate FlashMapManager with name 'flashMapManager': using default [org.springframework.web.servlet.support.SessionFlashMapManager@1658d83]
[2017-06-11 17:53:03] [DEBUG] [org.springframework.beans.factory.support.DefaultListableBeanFactory:247] Returning cached instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'
[2017-06-11 17:53:03] [DEBUG] [org.springframework.core.env.PropertySourcesPropertyResolver:81] Searching for key 'spring.liveBeansView.mbeanDomain' in [servletConfigInitParams]
[2017-06-11 17:53:03] [DEBUG] [org.springframework.core.env.PropertySourcesPropertyResolver:81] Searching for key 'spring.liveBeansView.mbeanDomain' in [servletContextInitParams]
[2017-06-11 17:53:03] [DEBUG] [org.springframework.core.env.PropertySourcesPropertyResolver:81] Searching for key 'spring.liveBeansView.mbeanDomain' in [jndiProperties]
[2017-06-11 17:53:03] [DEBUG] [org.springframework.jndi.JndiTemplate:150] Looking up JNDI object with name [java:comp/env/spring.liveBeansView.mbeanDomain]
[2017-06-11 17:53:03] [DEBUG] [org.springframework.jndi.JndiLocatorDelegate:101] Converted JNDI name [java:comp/env/spring.liveBeansView.mbeanDomain] not found - trying original name [spring.liveBeansView.mbeanDomain]. javax.naming.NameNotFoundException: Name spring.liveBeansView.mbeanDomain is not bound in this Context
[2017-06-11 17:53:03] [DEBUG] [org.springframework.jndi.JndiTemplate:150] Looking up JNDI object with name [spring.liveBeansView.mbeanDomain]
[2017-06-11 17:53:03] [DEBUG] [org.springframework.jndi.JndiPropertySource:90] JNDI lookup for name [spring.liveBeansView.mbeanDomain] threw NamingException with message: Name spring.liveBeansView.mbeanDomain is not bound in this Context. Returning null.
[2017-06-11 17:53:03] [DEBUG] [org.springframework.core.env.PropertySourcesPropertyResolver:81] Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
[2017-06-11 17:53:03] [DEBUG] [org.springframework.core.env.PropertySourcesPropertyResolver:81] Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
[2017-06-11 17:53:03] [DEBUG] [org.springframework.core.env.PropertySourcesPropertyResolver:103] Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
[2017-06-11 17:53:03] [DEBUG] [org.springframework.web.servlet.DispatcherServlet:558] Published WebApplicationContext of servlet 'springMvc' as ServletContext attribute with name [org.springframework.web.servlet.FrameworkServlet.CONTEXT.springMvc]
[2017-06-11 17:53:03] [INFO] [org.springframework.web.servlet.DispatcherServlet:498] FrameworkServlet 'springMvc': initialization completed in 1582 ms
[2017-06-11 17:53:03] [DEBUG] [org.springframework.web.servlet.DispatcherServlet:139] Servlet 'springMvc' configured successfully
六月 11, 2017 5:53:03 下午 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
六月 11, 2017 5:53:03 下午 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-8080
停在这里就不打印日志了 应用也访问不了
|
|