spring boot sample board 분석해보기

Juju·2022년 11월 15일
0
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.1.1.RELEASE)

2022-11-15 11:24:01.145  INFO 13424 --- [  restartedMain] board.BoardApplication                   : Starting BoardApplication on creativelab with PID 13424 (C:\User\sample-board\build\classes\java\main started by qhrrl in C:\User\sample-board)
2022-11-15 11:24:01.158  INFO 13424 --- [  restartedMain] board.BoardApplication                   : No active profile set, falling back to default profiles: default
2022-11-15 11:24:01.230  INFO 13424 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2022-11-15 11:24:01.230  INFO 13424 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2022-11-15 11:24:02.976  INFO 13424 --- [  restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2022-11-15 11:24:03.027  INFO 13424 --- [  restartedMain] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2022-11-15 11:24:03.028  INFO 13424 --- [  restartedMain] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/9.0.13
2022-11-15 11:24:03.044  INFO 13424 --- [  restartedMain] 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: [C:\Program Files\Java\jdk1.8.0_351\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Java\jdk1.8.0_351\bin;C:\Program Files\Git\cmd;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\qhrrl\AppData\Local\Microsoft\WindowsApps;C:\User\IntelliJ IDEA 2022.2.3\bin;;C:\Users\qhrrl\AppData\Local\GitHubDesktop\bin;;.]
2022-11-15 11:24:03.236  INFO 13424 --- [  restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2022-11-15 11:24:03.236  INFO 13424 --- [  restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2006 ms
2022-11-15 11:24:03.342  INFO 13424 --- [  restartedMain] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2022-11-15 11:24:04.126  INFO 13424 --- [  restartedMain] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2022-11-15 11:24:04.474  INFO 13424 --- [  restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2022-11-15 11:24:04.721  INFO 13424 --- [  restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2022-11-15 11:24:04.779  INFO 13424 --- [  restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2022-11-15 11:24:04.783  INFO 13424 --- [  restartedMain] board.BoardApplication                   : Started BoardApplication in 4.113 seconds (JVM running for 5.952)
profile
짤막한 기록들..

0개의 댓글