123456789101112131415 |
- 2021-04-26 14:40:23.829 [ main ] - [ INFO ] [ o.s.b.t.context.SpringBootTestContextBootstrapper : 305 ] - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.gyee.viewticket.ViewticketApplicationTests], using SpringBootContextLoader
- 2021-04-26 14:40:23.866 [ main ] - [ INFO ] [ o.s.test.context.support.AbstractContextLoader : 264 ] - Could not detect default resource locations for test class [com.gyee.viewticket.ViewticketApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
- 2021-04-26 14:40:23.869 [ main ] - [ INFO ] [ o.s.t.c.support.AnnotationConfigContextLoaderUtils : 83 ] - Could not detect default configuration classes for test class [com.gyee.viewticket.ViewticketApplicationTests]: ViewticketApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
- 2021-04-26 14:40:24.337 [ main ] - [ INFO ] [ o.s.b.t.context.SpringBootTestContextBootstrapper : 238 ] - Found @SpringBootConfiguration com.gyee.viewticket.ViewticketApplication for test class com.gyee.viewticket.ViewticketApplicationTests
- 2021-04-26 14:40:24.596 [ main ] - [ INFO ] [ o.s.b.t.context.SpringBootTestContextBootstrapper : 245 ] - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
- 2021-04-26 14:40:24.652 [ main ] - [ INFO ] [ o.s.b.t.context.SpringBootTestContextBootstrapper : 174 ] - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@75c56eb9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4bc222e, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@2dc9b0f5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6531a794, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3b5fad2d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5e17553a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3eb91815, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@56dc1551, org.springframework.test.context.event.EventPublishingTestExecutionListener@102cec62, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@74f6c5d8, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@27912e3, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@34b9f960, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@43015c69, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@19b89d4, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@4bbf6d0e]
- 2021-04-26 14:40:26.217 [ main ] - [ INFO ] [ com.gyee.viewticket.ViewticketApplicationTests : 55 ] - Starting ViewticketApplicationTests using Java 1.8.0_60 on ADMIN-ENDGOMGUK with PID 8088 (started by Administrator in D:\workspace\viewticket)
- 2021-04-26 14:40:26.218 [ main ] - [ DEBUG ] [ com.gyee.viewticket.ViewticketApplicationTests : 56 ] - Running with Spring Boot v2.4.3, Spring v5.3.4
- 2021-04-26 14:40:26.222 [ main ] - [ INFO ] [ com.gyee.viewticket.ViewticketApplicationTests : 660 ] - No active profile set, falling back to default profiles: default
- 2021-04-26 14:40:45.199 [ main ] - [ INFO ] [ c.a.d.s.b.a.DruidDataSourceAutoConfigure : 56 ] - Init DruidDataSource
- 2021-04-26 14:40:47.457 [ main ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 930 ] - {dataSource-1} inited
- 2021-04-26 14:40:56.940 [ main ] - [ INFO ] [ o.s.scheduling.concurrent.ThreadPoolTaskExecutor : 181 ] - Initializing ExecutorService 'applicationTaskExecutor'
- 2021-04-26 14:40:58.534 [ main ] - [ INFO ] [ com.gyee.viewticket.ViewticketApplicationTests : 61 ] - Started ViewticketApplicationTests in 33.688 seconds (JVM running for 37.688)
- 2021-04-26 14:40:59.960 [ SpringContextShutdownHook ] - [ INFO ] [ o.s.scheduling.concurrent.ThreadPoolTaskExecutor : 218 ] - Shutting down ExecutorService 'applicationTaskExecutor'
- 2021-04-26 14:40:59.966 [ SpringContextShutdownHook ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 1825 ] - {dataSource-1} closed
|