본문 바로가기

카테고리 없음

spring boot console

728x90
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.3.RELEASE)

2020-09-09 17:28:19.486  INFO 55748 --- [           main] com.example.demo.WebApplication          : Starting WebApplication on DESKTOP-G1M4NJ8 with PID 55748 (D:\sts\sts-4.7.0.RELEASE\workspace\spring-boot\web\target\classes started by Maria in D:\sts\sts-4.7.0.RELEASE\workspace\spring-boot\web)
2020-09-09 17:28:19.491  INFO 55748 --- [           main] com.example.demo.WebApplication          : No active profile set, falling back to default profiles: default
2020-09-09 17:28:20.893  INFO 55748 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2020-09-09 17:28:20.907  INFO 55748 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2020-09-09 17:28:20.908  INFO 55748 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.37]
2020-09-09 17:28:21.033  INFO 55748 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2020-09-09 17:28:21.034  INFO 55748 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1467 ms
2020-09-09 17:28:21.325  INFO 55748 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2020-09-09 17:28:21.588  INFO 55748 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2020-09-09 17:28:21.605  INFO 55748 --- [           main] com.example.demo.WebApplication          : Started WebApplication in 2.792 seconds (JVM running for 5.702)
2020-09-09 17:28:39.535  INFO 55748 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2020-09-09 17:28:39.536  INFO 55748 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2020-09-09 17:28:39.545  INFO 55748 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 9 ms
728x90