70 lines
5.1 KiB
Plaintext
70 lines
5.1 KiB
Plaintext
mvn : WARNING: A restricted method in java.lang.System has been called
|
|
At line:2 char:37
|
|
+ $env:SPRING_PROFILES_ACTIVE="test"; mvn spring-boot:run 2>&1 | Out-Fi ...
|
|
+ ~~~~~~~~~~~~~~~~~~~~~~~~
|
|
+ CategoryInfo : NotSpecified: (WARNING: A rest...has been called:String) [], RemoteException
|
|
+ FullyQualifiedErrorId : NativeCommandError
|
|
|
|
WARNING: java.lang.System::load has been called by org.fusesource.jansi.internal.JansiLoader in an unnamed module (file
|
|
:/C:/Users/16332/.m2/wrapper/dists/apache-maven-3.9.9-bin/4nf9hui3q3djbarqar9g711ggc/apache-maven-3.9.9/lib/jansi-2.4.1
|
|
.jar)
|
|
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
|
|
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
|
|
|
|
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
|
|
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.google.common.util.concurrent.AbstractFuture$UnsafeA
|
|
tomicHelper (file:/C:/Users/16332/.m2/wrapper/dists/apache-maven-3.9.9-bin/4nf9hui3q3djbarqar9g711ggc/apache-maven-3.9.
|
|
9/lib/guava-33.2.1-jre.jar)
|
|
WARNING: Please consider reporting this to the maintainers of class com.google.common.util.concurrent.AbstractFuture$Un
|
|
safeAtomicHelper
|
|
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
|
|
WARNING: Final field _cipher in class org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher has been mutat
|
|
ed reflectively by class org.eclipse.sisu.bean.BeanPropertyField in unnamed module @780cb77 (file:/C:/Users/16332/.m2/w
|
|
rapper/dists/apache-maven-3.9.9-bin/4nf9hui3q3djbarqar9g711ggc/apache-maven-3.9.9/lib/org.eclipse.sisu.inject-0.9.0.M3.
|
|
jar)
|
|
WARNING: Use --enable-final-field-mutation=ALL-UNNAMED to avoid a warning
|
|
WARNING: Mutating final fields will be blocked in a future release unless final field mutation is enabled
|
|
[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:04:19.923+08:00 INFO 10212 --- [ main] com.tracexd.TracexdApplication : Starting TracexdApplication using Java 26.0.1 with PID 10212 (C:\Work\tracexd\target\classes started by 16332 in C:\Work\tracexd)
|
|
2026-06-09T14:04:19.924+08:00 DEBUG 10212 --- [ main] com.tracexd.TracexdApplication : Running with Spring Boot v3.5.14, Spring v6.2.18
|
|
2026-06-09T14:04:19.924+08:00 INFO 10212 --- [ main] com.tracexd.TracexdApplication : The following 1 profile is active: "test"
|
|
2026-06-09T14:04:20.498+08:00 INFO 10212 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
2026-06-09T14:04:20.498+08:00 INFO 10212 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.54]
|
|
2026-06-09T14:04:20.525+08:00 INFO 10212 --- [ 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:4
|
|
2026-06-09T14:04:20.621+08:00 INFO 10212 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
|
2026-06-09T14:04:20.717+08:00 INFO 10212 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:tracexd user=SA
|
|
2026-06-09T14:04:20.718+08:00 INFO 10212 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
|
2026-06-09T14:04:21.123+08:00 INFO 10212 --- [ main] m.e.s.MybatisPlusApplicationContextAware : Register ApplicationContext instances org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@e383572
|
|
2026-06-09T14:04:21.162+08:00 INFO 10212 --- [ main] com.tracexd.TracexdApplication : Started TracexdApplication in 1.492 seconds (process running for 1.661)
|
|
Default admin user created (admin/admin123)
|