해결된 질문
작성
·
157
0
coreApplicationTests를 실행하면 밑에 WARNING이라고 뜨는데 이거는 어떻게 처리해야하나요??ㅠㅠ
뭔가 문제가 있는건가요..
13:31:52.196 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [hello.core.CoreApplicationTests]: CoreApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
13:31:52.288 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration hello.core.CoreApplication for test class hello.core.CoreApplicationTests
. ____ _
/\\ / ___'_ __ (_)_ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.0)
2024-05-30T13:31:52.657+09:00 INFO 27976 --- [core] [ main] hello.core.CoreApplicationTests : Starting CoreApplicationTests using Java 21.0.3 with PID 27976 (started by IDEAPAD in E:\study\core)
2024-05-30T13:31:52.658+09:00 INFO 27976 --- [core] [ main] hello.core.CoreApplicationTests : No active profile set, falling back to 1 default profile: "default"
2024-05-30T13:31:53.068+09:00 INFO 27976 --- [core] [ main] hello.core.CoreApplicationTests : Started CoreApplicationTests in 0.645 seconds (process running for 1.512)
WARNING: A Java agent has been loaded dynamically (C:\Users\IDEAPAD\.gradle\caches\modules-2\files-2.1\net.bytebuddy\byte-buddy-agent\1.14.16\4a451ee6484abac3a498df0f3b33ed00a6fced4d\byte-buddy-agent-1.14.16.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Process finished with exit code 0