62 lines
5.9 KiB
Plaintext
62 lines
5.9 KiB
Plaintext
[INFO] Scanning for projects...
|
|
[INFO]
|
|
[INFO] ----------------------< com.pandoli365:bibimbap >-----------------------
|
|
[INFO] Building bibimbap 0.0.1-SNAPSHOT
|
|
[INFO] from pom.xml
|
|
[INFO] --------------------------------[ war ]---------------------------------
|
|
[INFO]
|
|
[INFO] >>> spring-boot:3.5.14-SNAPSHOT:run (default-cli) > test-compile @ bibimbap >>>
|
|
[INFO]
|
|
[INFO] --- resources:3.3.1:resources (default-resources) @ bibimbap ---
|
|
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
[INFO] Copying 4 resources from src/main/resources to target/classes
|
|
[INFO]
|
|
[INFO] --- compiler:3.14.1:compile (default-compile) @ bibimbap ---
|
|
[INFO] Nothing to compile - all classes are up to date.
|
|
[INFO]
|
|
[INFO] --- resources:3.3.1:testResources (default-testResources) @ bibimbap ---
|
|
[INFO] skip non existing resourceDirectory /Users/wemadeplay/workspace/stz/bibimbap/src/test/resources
|
|
[INFO]
|
|
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ bibimbap ---
|
|
[INFO] Nothing to compile - all classes are up to date.
|
|
[INFO]
|
|
[INFO] <<< spring-boot:3.5.14-SNAPSHOT:run (default-cli) < test-compile @ bibimbap <<<
|
|
[INFO]
|
|
[INFO]
|
|
[INFO] --- spring-boot:3.5.14-SNAPSHOT:run (default-cli) @ bibimbap ---
|
|
[INFO] Attaching agents: []
|
|
|
|
. ____ _ __ _ _
|
|
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
|
|
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
|
|
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
|
|
' |____| .__|_| |_|_| |_\__, | / / / /
|
|
=========|_|==============|___/=/_/_/_/
|
|
|
|
:: Spring Boot :: (v3.5.14-SNAPSHOT)
|
|
|
|
2026-06-17T11:30:24.194+09:00 INFO 85020 --- [bibimbap] [ main] c.p.bibimbap.BibimbapApplication : Starting BibimbapApplication using Java 21.0.11 with PID 85020 (/Users/wemadeplay/workspace/stz/bibimbap/target/classes started by wemadeplay in /Users/wemadeplay/workspace/stz/bibimbap)
|
|
2026-06-17T11:30:24.195+09:00 INFO 85020 --- [bibimbap] [ main] c.p.bibimbap.BibimbapApplication : The following 1 profile is active: "dev"
|
|
2026-06-17T11:30:24.394+09:00 DEBUG 85020 --- [bibimbap] [ main] org.apache.ibatis.logging.LogFactory : Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
|
|
2026-06-17T11:30:24.515+09:00 INFO 85020 --- [bibimbap] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
|
|
2026-06-17T11:30:24.522+09:00 INFO 85020 --- [bibimbap] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
2026-06-17T11:30:24.522+09:00 INFO 85020 --- [bibimbap] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.54]
|
|
2026-06-17T11:30:24.579+09:00 INFO 85020 --- [bibimbap] [ main] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
|
|
2026-06-17T11:30:24.580+09:00 INFO 85020 --- [bibimbap] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
2026-06-17T11:30:24.581+09:00 INFO 85020 --- [bibimbap] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 374 ms
|
|
2026-06-17T11:30:24.627+09:00 DEBUG 85020 --- [bibimbap] [ main] org.apache.ibatis.logging.LogFactory : Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
|
|
2026-06-17T11:30:24.674+09:00 INFO 85020 --- [bibimbap] [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
|
2026-06-17T11:30:24.718+09:00 WARN 85020 --- [bibimbap] [ main] o.s.w.s.resource.ResourceHandlerUtils : Appended trailing slash to static resource location: file:///Users/wemadeplay/workspace/stz/bibimbap/src/main/resources/static/game/profile/
|
|
2026-06-17T11:30:24.766+09:00 INFO 85020 --- [bibimbap] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/'
|
|
2026-06-17T11:30:24.769+09:00 INFO 85020 --- [bibimbap] [ main] c.p.bibimbap.BibimbapApplication : Started BibimbapApplication in 0.727 seconds (process running for 0.838)
|
|
2026-06-17T11:30:30.761+09:00 INFO 85020 --- [bibimbap] [0.0-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2026-06-17T11:30:30.762+09:00 INFO 85020 --- [bibimbap] [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
2026-06-17T11:30:30.762+09:00 INFO 85020 --- [bibimbap] [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms
|
|
2026-06-17T11:30:30.781+09:00 INFO 85020 --- [bibimbap] [0.0-8080-exec-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
|
2026-06-17T11:30:30.857+09:00 INFO 85020 --- [bibimbap] [0.0-8080-exec-1] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@5a8c2889
|
|
2026-06-17T11:30:30.858+09:00 INFO 85020 --- [bibimbap] [0.0-8080-exec-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
|
2026-06-17T11:30:45.926+09:00 INFO 85020 --- [bibimbap] [ionShutdownHook] o.s.b.w.e.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
|
|
2026-06-17T11:30:45.928+09:00 INFO 85020 --- [bibimbap] [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown : Graceful shutdown complete
|
|
2026-06-17T11:30:45.929+09:00 INFO 85020 --- [bibimbap] [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
|
2026-06-17T11:30:45.930+09:00 INFO 85020 --- [bibimbap] [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|