?[32m[INFO ]?[m 08-27 17:04:42 [Test worker]
[] Could not detect default configuration classes for test class [com.github.can019.domain.HelloControllerE2ETest]: HelloControllerE2ETest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
?[32m[INFO ]?[m 08-27 17:04:42 [Test worker]
[] Found @SpringBootConfiguration com.github.can019.BaseApplication for test class com.github.can019.domain.HelloControllerE2ETest
?[32m[INFO ]?[m 08-27 17:04:42 [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-27 17:04:42 [Test worker]
[] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
?[32m[INFO ]?[m 08-27 17:04:42 [Test worker]
[] Finished Spring Data repository scanning in 5 ms. Found 0 JPA repository interfaces.
?[32m[INFO ]?[m 08-27 17:04:42 [Test worker]
[] Tomcat initialized with port 0 (http)
?[32m[INFO ]?[m 08-27 17:04:42 [Test worker]
[] Root WebApplicationContext: initialization completed in 461 ms
?[32m[INFO ]?[m 08-27 17:04:42 [Test worker]
[] H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:local'
?[32m[INFO ]?[m 08-27 17:04:43 [Test worker]
[] No LoadTimeWeaver setup: ignoring JPA class transformer
?[32m[INFO ]?[m 08-27 17:04:43 [Test worker]
[] Initialized JPA EntityManagerFactory for persistence unit 'default'
?[33m[WARN ]?[m 08-27 17:04:43 [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-27 17:04:43 [Test worker]
[] Exposing 2 endpoint(s) beneath base path '/actuator'
?[32m[INFO ]?[m 08-27 17:04:43 [Test worker]
[] Tomcat started on port 43553 (http) with context path ''
?[32m[INFO ]?[m 08-27 17:04:44 [http-nio-auto-3-exec-1]
[] Initializing Servlet 'dispatcherServlet'
?[32m[INFO ]?[m 08-27 17:04:44 [http-nio-auto-3-exec-1]
[] Completed initialization in 1 ms