?[32m[INFO ]?[m 08-09 16:05:12 [Test worker]
[] Could not detect default configuration classes for test class [com.github.can019.api.health.ActuatorLocalTest]: ActuatorLocalTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
?[32m[INFO ]?[m 08-09 16:05:13 [Test worker]
[] Found @SpringBootConfiguration com.github.can019.BaseApplication for test class com.github.can019.api.health.ActuatorLocalTest
?[32m[INFO ]?[m 08-09 16:05:13 [Test worker]
[] Restart disabled due to context in which it is running
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
?[32m :: Spring Boot :: ?[39m ?[2m (v3.2.5)?[0;39m
?[32m[INFO ]?[m 08-09 16:05:16 [Test worker]
[] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
?[32m[INFO ]?[m 08-09 16:05:16 [Test worker]
[] Finished Spring Data repository scanning in 28 ms. Found 0 JPA repository interfaces.
?[32m[INFO ]?[m 08-09 16:05:18 [Test worker]
[] Tomcat initialized with port 0 (http)
?[32m[INFO ]?[m 08-09 16:05:18 [Test worker]
[] Root WebApplicationContext: initialization completed in 3026 ms
?[32m[INFO ]?[m 08-09 16:05:18 [Test worker]
[] H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:local'
?[32m[INFO ]?[m 08-09 16:05:19 [Test worker]
[] No LoadTimeWeaver setup: ignoring JPA class transformer
?[32m[INFO ]?[m 08-09 16:05:20 [Test worker]
[] Initialized JPA EntityManagerFactory for persistence unit 'default'
?[33m[WARN ]?[m 08-09 16:05:20 [Test worker]
[] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
?[32m[INFO ]?[m 08-09 16:05:22 [Test worker]
[] Exposing 3 endpoint(s) beneath base path '/actuator'
?[32m[INFO ]?[m 08-09 16:05:22 [Test worker]
[] Tomcat started on port 39395 (http) with context path ''
?[32m[INFO ]?[m 08-09 16:05:23 [http-nio-auto-1-exec-1]
[] Initializing Servlet 'dispatcherServlet'
?[32m[INFO ]?[m 08-09 16:05:23 [http-nio-auto-1-exec-1]
[] Completed initialization in 2 ms