46 lines
3.5 KiB
Plaintext
46 lines
3.5 KiB
Plaintext
[INFO] Scanning for projects...
|
|
[INFO]
|
|
[INFO] ------------------------< com.tracexd:tracexd >-------------------------
|
|
[INFO] Building tracexd 1.0.0
|
|
[INFO] from pom.xml
|
|
[INFO] --------------------------------[ jar ]---------------------------------
|
|
[INFO]
|
|
[INFO] >>> spring-boot:3.5.14:run (default-cli) > test-compile @ tracexd >>>
|
|
[INFO]
|
|
[INFO] --- resources:3.3.1:resources (default-resources) @ tracexd ---
|
|
[INFO] Copying 2 resources from src\main\resources to target\classes
|
|
[INFO] Copying 6 resources from src\main\resources to target\classes
|
|
[INFO]
|
|
[INFO] --- compiler:3.14.1:compile (default-compile) @ tracexd ---
|
|
[INFO] Nothing to compile - all classes are up to date.
|
|
[INFO]
|
|
[INFO] --- resources:3.3.1:testResources (default-testResources) @ tracexd ---
|
|
[INFO] skip non existing resourceDirectory C:\Work\tracexd\src\test\resources
|
|
[INFO]
|
|
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ tracexd ---
|
|
[INFO] Nothing to compile - all classes are up to date.
|
|
[INFO]
|
|
[INFO] <<< spring-boot:3.5.14:run (default-cli) < test-compile @ tracexd <<<
|
|
[INFO]
|
|
[INFO]
|
|
[INFO] --- spring-boot:3.5.14:run (default-cli) @ tracexd ---
|
|
[INFO] Attaching agents: []
|
|
2026-06-09T14:15:07.058+08:00 INFO 5764 --- [ main] com.tracexd.TracexdApplication : Starting TracexdApplication using Java 26.0.1 with PID 5764 (C:\Work\tracexd\target\classes started by 16332 in C:\Work\tracexd)
|
|
2026-06-09T14:15:07.059+08:00 DEBUG 5764 --- [ main] com.tracexd.TracexdApplication : Running with Spring Boot v3.5.14, Spring v6.2.18
|
|
2026-06-09T14:15:07.059+08:00 INFO 5764 --- [ main] com.tracexd.TracexdApplication : The following 1 profile is active: "test"
|
|
2026-06-09T14:15:07.660+08:00 INFO 5764 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
2026-06-09T14:15:07.660+08:00 INFO 5764 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.54]
|
|
2026-06-09T14:15:07.687+08:00 INFO 5764 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.
|
|
Get /198.18.0.1 network interface
|
|
Get network interface info: name:iftype53_32769 (Meta Tunnel)
|
|
Initialization Sequence datacenterId:0 workerId:16
|
|
2026-06-09T14:15:07.788+08:00 INFO 5764 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
|
2026-06-09T14:15:07.883+08:00 INFO 5764 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:tracexd user=SA
|
|
2026-06-09T14:15:07.884+08:00 INFO 5764 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
|
2026-06-09T14:15:08.298+08:00 INFO 5764 --- [ main] m.e.s.MybatisPlusApplicationContextAware : Register ApplicationContext instances org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@e383572
|
|
2026-06-09T14:15:08.339+08:00 INFO 5764 --- [ main] com.tracexd.TracexdApplication : Started TracexdApplication in 1.545 seconds (process running for 1.715)
|
|
Default admin user created (admin/admin123)
|
|
2026-06-09T14:15:24.899+08:00 INFO 5764 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2026-06-09T14:15:24.969+08:00 WARN 5764 --- [nio-8080-exec-1] o.s.s.c.bcrypt.BCryptPasswordEncoder : Encoded password does not look like BCrypt
|