|
发表于 2020-11-20 12:03:56
|
显示全部楼层
- . ____ _ __ _ _
- /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
- ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
- \\/ ___)| |_)| | | | | || (_| | ) ) ) )
- ' |____| .__|_| |_|_| |_\__, | / / / /
- =========|_|==============|___/=/_/_/_/
- :: Spring Boot :: (v2.1.3.RELEASE)
- 2020-11-20 03:56:38.098 INFO 6 --- [ main] cn.itbat.microsoft.MicrosoftApplication : Starting MicrosoftApplication v0.0.1-SNAPSHOT on 630b727e0ade with PID 6 (/microsoft.jar started by root in /)
- 2020-11-20 03:56:38.151 INFO 6 --- [ main] cn.itbat.microsoft.MicrosoftApplication : The following profiles are active: dev
- 2020-11-20 03:56:41.973 INFO 6 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2020-11-20 03:56:41.977 INFO 6 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
- 2020-11-20 03:56:42.168 INFO 6 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 117ms. Found 0 repository interfaces.
- 2020-11-20 03:56:45.571 INFO 6 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8099 (http)
- 2020-11-20 03:56:45.761 INFO 6 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2020-11-20 03:56:45.762 INFO 6 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.16]
- 2020-11-20 03:56:45.780 INFO 6 --- [ main] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
- 2020-11-20 03:56:46.149 INFO 6 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2020-11-20 03:56:46.150 INFO 6 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7762 ms
- 2020-11-20 03:56:48.452 INFO 6 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
- 2020-11-20 03:56:48.454 INFO 6 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'asyncPoolTaskExecutor'
- 2020-11-20 03:56:48.970 INFO 6 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/**', OPTIONS], []
- 2020-11-20 03:56:49.153 INFO 6 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6283d8b8, org.springframework.security.web.context.SecurityContextPersistenceFilter@3d6f0054, org.springframework.security.web.header.HeaderWriterFilter@fa49800, org.springframework.web.filter.CorsFilter@2cd76f31, org.springframework.security.web.authentication.logout.LogoutFilter@3bf9ce3e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7205765b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5fbdfdcf, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@25084a1e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3b6ddd1d, org.springframework.security.web.session.SessionManagementFilter@2a54a73f, org.springframework.security.web.access.ExceptionTranslationFilter@fba92d3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@20ccf40b]
- 2020-11-20 03:56:50.264 INFO 6 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
- 2020-11-20 03:56:51.603 INFO 6 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8099 (http) with context path ''
- 2020-11-20 03:56:51.606 INFO 6 --- [ main] cn.itbat.microsoft.MicrosoftApplication : Started MicrosoftApplication in 16.115 seconds (JVM running for 17.611)
复制代码 |
|