스프링 부트와 AWS로 혼자 구현하는 웹 서비스 Chapter8 진행을 위한 build.gradle 커밋
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="infoBox" id="duration">
|
||||
<div class="counter">0.162s</div>
|
||||
<div class="counter">0.269s</div>
|
||||
<p>duration</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -79,12 +79,12 @@
|
||||
</thead>
|
||||
<tr>
|
||||
<td class="success">BaseTimeEntity_등록</td>
|
||||
<td class="success">0.013s</td>
|
||||
<td class="success">0.018s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="success">게시글저장_불러오기</td>
|
||||
<td class="success">0.149s</td>
|
||||
<td class="success">0.251s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -92,12 +92,29 @@
|
||||
<div id="tab1" class="tab">
|
||||
<h2>Standard output</h2>
|
||||
<span class="code">
|
||||
<pre>2020-11-30 15:14:06.005 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest], using SpringBootContextLoader
|
||||
2020-11-30 15:14:06.005 INFO 10792 --- [ Test worker] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]: no resource found for suffixes {-context.xml, Context.groovy}.
|
||||
2020-11-30 15:14:06.005 INFO 10792 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]: PostsRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
|
||||
2020-11-30 15:14:06.005 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.banjjoknim.book.springboot.Application for test class com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest
|
||||
2020-11-30 15:14:06.005 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, 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.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
|
||||
2020-11-30 15:14:06.005 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@494eea6b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@ad78062, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@70262cf, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@78856d4d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@46a6dd84, org.springframework.test.context.transaction.TransactionalTestExecutionListener@70c481a2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6444816f, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@377877af, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@47c2c639, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@135f86f2, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@53d0220f, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@27e1e2d5, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@76c30b1e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@19c47b22]
|
||||
<pre>15:35:08.843 [Test worker] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]
|
||||
15:35:08.843 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
|
||||
15:35:08.859 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
|
||||
15:35:08.874 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
|
||||
15:35:08.890 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest], using SpringBootContextLoader
|
||||
15:35:08.890 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]: class path resource [com/banjjoknim/book/springboot/domain/posts/PostsRepositoryTest-context.xml] does not exist
|
||||
15:35:08.890 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]: class path resource [com/banjjoknim/book/springboot/domain/posts/PostsRepositoryTestContext.groovy] does not exist
|
||||
15:35:08.890 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]: no resource found for suffixes {-context.xml, Context.groovy}.
|
||||
15:35:08.890 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]: PostsRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
|
||||
15:35:08.937 [Test worker] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]
|
||||
15:35:09.015 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [C:\Users\User\IdeaProjects\TIL(Today-I-Learned)\WebServiceBySpringBootAndAWS\build\classes\java\main\com\banjjoknim\book\springboot\Application.class]
|
||||
15:35:09.015 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.banjjoknim.book.springboot.Application for test class com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest
|
||||
15:35:09.124 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]: using defaults.
|
||||
15:35:09.124 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, 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.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
|
||||
15:35:09.140 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2bbfc0c4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@d472061, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@1203784b, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@cadd549, org.springframework.test.context.support.DirtiesContextTestExecutionListener@59418df8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6d31ea99, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@64f90654, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@69c901f, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@53e7f379, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@3160bebe, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1d07c560, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7ff9b2b7, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@13e9ea0a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@27c82387]
|
||||
15:35:09.140 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]
|
||||
15:35:09.140 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]
|
||||
15:35:09.140 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]
|
||||
15:35:09.140 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]
|
||||
15:35:09.140 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@21e49c60 testClass = PostsRepositoryTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@11a13124 testClass = PostsRepositoryTest, locations = '{}', classes = '{class com.banjjoknim.book.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@56a49bff, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5ad4f966, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@f844f52, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@61dbede6], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
|
||||
15:35:09.140 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]
|
||||
15:35:09.140 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.banjjoknim.book.springboot.domain.posts.PostsRepositoryTest]
|
||||
15:35:09.171 [Test worker] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
|
||||
|
||||
. ____ _ __ _ _
|
||||
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
|
||||
@@ -107,40 +124,40 @@
|
||||
=========|_|==============|___/=/_/_/_/
|
||||
:: Spring Boot :: (v2.1.7.RELEASE)
|
||||
|
||||
2020-11-30 15:14:06.020 INFO 10792 --- [ Test worker] c.b.b.s.d.posts.PostsRepositoryTest : Starting PostsRepositoryTest on DESKTOP-FSO9NHB with PID 10792 (started by User in C:\Users\User\IdeaProjects\TIL(Today-I-Learned)\WebServiceBySpringBootAndAWS)
|
||||
2020-11-30 15:14:06.036 INFO 10792 --- [ Test worker] c.b.b.s.d.posts.PostsRepositoryTest : No active profile set, falling back to default profiles: default
|
||||
2020-11-30 15:14:06.333 INFO 10792 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||||
2020-11-30 15:14:06.380 INFO 10792 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 47ms. Found 2 repository interfaces.
|
||||
2020-11-30 15:14:06.583 INFO 10792 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d029599b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-11-30 15:14:06.723 INFO 10792 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
||||
2020-11-30 15:14:06.879 INFO 10792 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
||||
2020-11-30 15:14:06.942 INFO 10792 --- [ Test worker] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
|
||||
2020-12-02 15:35:09.437 INFO 13132 --- [ Test worker] c.b.b.s.d.posts.PostsRepositoryTest : Starting PostsRepositoryTest on DESKTOP-FSO9NHB with PID 13132 (started by User in C:\Users\User\IdeaProjects\TIL(Today-I-Learned)\WebServiceBySpringBootAndAWS)
|
||||
2020-12-02 15:35:09.437 INFO 13132 --- [ Test worker] c.b.b.s.d.posts.PostsRepositoryTest : No active profile set, falling back to default profiles: default
|
||||
2020-12-02 15:35:10.202 INFO 13132 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||||
2020-12-02 15:35:10.265 INFO 13132 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 63ms. Found 2 repository interfaces.
|
||||
2020-12-02 15:35:10.671 INFO 13132 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9b5422d2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-12-02 15:35:10.843 INFO 13132 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
||||
2020-12-02 15:35:11.030 INFO 13132 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
||||
2020-12-02 15:35:11.124 INFO 13132 --- [ Test worker] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
|
||||
name: default
|
||||
...]
|
||||
2020-11-30 15:14:07.020 INFO 10792 --- [ Test worker] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
|
||||
2020-11-30 15:14:07.020 INFO 10792 --- [ Test worker] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
|
||||
2020-11-30 15:14:07.067 INFO 10792 --- [ Test worker] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
|
||||
2020-11-30 15:14:07.223 INFO 10792 --- [ Test worker] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
|
||||
2020-12-02 15:35:11.233 INFO 13132 --- [ Test worker] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
|
||||
2020-12-02 15:35:11.233 INFO 13132 --- [ Test worker] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
|
||||
2020-12-02 15:35:11.421 INFO 13132 --- [ Test worker] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
|
||||
2020-12-02 15:35:11.577 INFO 13132 --- [ Test worker] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
|
||||
Hibernate: drop table if exists posts
|
||||
Hibernate: drop table if exists user
|
||||
Hibernate: create table posts (id bigint not null auto_increment, created_date datetime, modified_date datetime, author varchar(255), content TEXT not null, title varchar(500) not null, primary key (id)) engine=InnoDB
|
||||
Hibernate: create table user (id bigint not null auto_increment, created_date datetime, modified_date datetime, email varchar(255) not null, name varchar(255) not null, picture varchar(255), role varchar(255) not null, primary key (id)) engine=InnoDB
|
||||
2020-11-30 15:14:07.739 INFO 10792 --- [ Test worker] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@69028332'
|
||||
2020-11-30 15:14:07.739 INFO 10792 --- [ Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
||||
2020-11-30 15:14:08.145 INFO 10792 --- [ Test worker] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
|
||||
2020-11-30 15:14:08.410 INFO 10792 --- [ Test worker] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@585acae0, org.springframework.security.web.context.SecurityContextPersistenceFilter@1f9038fa, org.springframework.security.web.header.HeaderWriterFilter@707a5e43, org.springframework.security.web.authentication.logout.LogoutFilter@6938b66c, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@3f52e612, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter@5f02912e, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@77710790, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@27a49d1f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1d81f472, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3f2b39c7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5efb96f4, org.springframework.security.web.session.SessionManagementFilter@3f0ee399, org.springframework.security.web.access.ExceptionTranslationFilter@1572fc36, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2626e73f]
|
||||
2020-11-30 15:14:08.676 INFO 10792 --- [ Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||||
2020-11-30 15:14:08.692 WARN 10792 --- [ Test worker] aWebConfiguration$JpaWebMvcConfiguration : 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
|
||||
2020-11-30 15:14:08.723 INFO 10792 --- [ Test worker] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||||
2020-11-30 15:14:09.051 INFO 10792 --- [ Test worker] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
|
||||
2020-11-30 15:14:09.066 INFO 10792 --- [ Test worker] c.b.b.s.d.posts.PostsRepositoryTest : Started PostsRepositoryTest in 3.061 seconds (JVM running for 6.138)
|
||||
2020-12-02 15:35:12.264 INFO 13132 --- [ Test worker] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75bc8cf5'
|
||||
2020-12-02 15:35:12.264 INFO 13132 --- [ Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
||||
2020-12-02 15:35:12.762 INFO 13132 --- [ Test worker] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
|
||||
2020-12-02 15:35:13.168 INFO 13132 --- [ Test worker] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@55de361f, org.springframework.security.web.context.SecurityContextPersistenceFilter@4ae4d4db, org.springframework.security.web.header.HeaderWriterFilter@549c39b, org.springframework.security.web.authentication.logout.LogoutFilter@9f384cb, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@183d75e5, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter@7cef32a7, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@3e6cf7c2, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@7934c071, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1e9ff1bf, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@685bd49, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@480fba81, org.springframework.security.web.session.SessionManagementFilter@c9cd571, org.springframework.security.web.access.ExceptionTranslationFilter@4992fe6f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@55b06158]
|
||||
2020-12-02 15:35:13.621 INFO 13132 --- [ Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||||
2020-12-02 15:35:13.684 WARN 13132 --- [ Test worker] aWebConfiguration$JpaWebMvcConfiguration : 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
|
||||
2020-12-02 15:35:13.715 INFO 13132 --- [ Test worker] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||||
2020-12-02 15:35:14.121 INFO 13132 --- [ Test worker] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
|
||||
2020-12-02 15:35:14.137 INFO 13132 --- [ Test worker] c.b.b.s.d.posts.PostsRepositoryTest : Started PostsRepositoryTest in 4.95 seconds (JVM running for 5.974)
|
||||
Hibernate: insert into posts (created_date, modified_date, author, content, title) values (?, ?, ?, ?, ?)
|
||||
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_
|
||||
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_
|
||||
Hibernate: delete from posts where id=?
|
||||
Hibernate: insert into posts (created_date, modified_date, author, content, title) values (?, ?, ?, ?, ?)
|
||||
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_
|
||||
>>>>>>>>>> createDate=2020-11-30T15:14:09.223147, modifiedDate=2020-11-30T15:14:09.223147
|
||||
>>>>>>>>>> createDate=2020-12-02T15:35:14.402599, modifiedDate=2020-12-02T15:35:14.402599
|
||||
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_
|
||||
Hibernate: delete from posts where id=?
|
||||
</pre>
|
||||
@@ -154,7 +171,7 @@ Hibernate: delete from posts where id=?
|
||||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
||||
</label>
|
||||
</div>Generated by
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 11. 30. 오후 3:14:11</p>
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 12. 2. 오후 3:35:17</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="infoBox" id="duration">
|
||||
<div class="counter">0.135s</div>
|
||||
<div class="counter">0.143s</div>
|
||||
<p>duration</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -79,7 +79,7 @@
|
||||
</thead>
|
||||
<tr>
|
||||
<td class="success">메인페이지_로딩</td>
|
||||
<td class="success">0.135s</td>
|
||||
<td class="success">0.143s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -87,12 +87,12 @@
|
||||
<div id="tab1" class="tab">
|
||||
<h2>Standard output</h2>
|
||||
<span class="code">
|
||||
<pre>2020-11-30 15:14:09.238 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.banjjoknim.book.springboot.web.IndexControllerTest], using SpringBootContextLoader
|
||||
2020-11-30 15:14:09.238 INFO 10792 --- [ Test worker] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.banjjoknim.book.springboot.web.IndexControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
|
||||
2020-11-30 15:14:09.238 INFO 10792 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.banjjoknim.book.springboot.web.IndexControllerTest]: IndexControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
|
||||
2020-11-30 15:14:09.238 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.banjjoknim.book.springboot.Application for test class com.banjjoknim.book.springboot.web.IndexControllerTest
|
||||
2020-11-30 15:14:09.238 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, 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.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
|
||||
2020-11-30 15:14:09.254 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4ce9a2ca, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@55512e1b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6b3616af, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@59b63904, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58c82f0a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@435f3fe, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5fed0eb9, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@37fb7259, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@2e52abd3, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5d317e4, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@32fc5921, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5ef98c9d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@65ceb8a2, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@78bfefc8]
|
||||
<pre>2020-12-02 15:35:15.246 INFO 13132 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.banjjoknim.book.springboot.web.IndexControllerTest], using SpringBootContextLoader
|
||||
2020-12-02 15:35:15.246 INFO 13132 --- [ Test worker] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.banjjoknim.book.springboot.web.IndexControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
|
||||
2020-12-02 15:35:15.246 INFO 13132 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.banjjoknim.book.springboot.web.IndexControllerTest]: IndexControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
|
||||
2020-12-02 15:35:15.246 INFO 13132 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.banjjoknim.book.springboot.Application for test class com.banjjoknim.book.springboot.web.IndexControllerTest
|
||||
2020-12-02 15:35:15.246 INFO 13132 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, 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.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
|
||||
2020-12-02 15:35:15.246 INFO 13132 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@62a4c0c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4a17dcff, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@761406b2, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@4320a5e1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@17bedba5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@63ba0d89, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@354da6da, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@7384023f, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@12068c19, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@21e31d95, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@79c01405, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2a8674f8, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@cc643f5, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@35f0e84d]
|
||||
|
||||
. ____ _ __ _ _
|
||||
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
|
||||
@@ -102,39 +102,39 @@
|
||||
=========|_|==============|___/=/_/_/_/
|
||||
:: Spring Boot :: (v2.1.7.RELEASE)
|
||||
|
||||
2020-11-30 15:14:09.270 INFO 10792 --- [ Test worker] c.b.b.s.web.IndexControllerTest : Starting IndexControllerTest on DESKTOP-FSO9NHB with PID 10792 (started by User in C:\Users\User\IdeaProjects\TIL(Today-I-Learned)\WebServiceBySpringBootAndAWS)
|
||||
2020-11-30 15:14:09.270 INFO 10792 --- [ Test worker] c.b.b.s.web.IndexControllerTest : No active profile set, falling back to default profiles: default
|
||||
2020-11-30 15:14:09.426 INFO 10792 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||||
2020-11-30 15:14:09.441 INFO 10792 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15ms. Found 2 repository interfaces.
|
||||
2020-11-30 15:14:09.504 INFO 10792 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d029599b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-11-30 15:14:09.691 INFO 10792 --- [ Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 0 (http)
|
||||
2020-11-30 15:14:09.723 INFO 10792 --- [ Test worker] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||||
2020-11-30 15:14:09.723 INFO 10792 --- [ Test worker] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22]
|
||||
2020-11-30 15:14:09.848 INFO 10792 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
||||
2020-11-30 15:14:09.848 INFO 10792 --- [ Test worker] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 578 ms
|
||||
2020-11-30 15:14:09.988 INFO 10792 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
|
||||
2020-11-30 15:14:09.988 INFO 10792 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
|
||||
2020-11-30 15:14:10.004 INFO 10792 --- [ Test worker] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
|
||||
2020-12-02 15:35:15.277 INFO 13132 --- [ Test worker] c.b.b.s.web.IndexControllerTest : Starting IndexControllerTest on DESKTOP-FSO9NHB with PID 13132 (started by User in C:\Users\User\IdeaProjects\TIL(Today-I-Learned)\WebServiceBySpringBootAndAWS)
|
||||
2020-12-02 15:35:15.277 INFO 13132 --- [ Test worker] c.b.b.s.web.IndexControllerTest : No active profile set, falling back to default profiles: default
|
||||
2020-12-02 15:35:15.449 INFO 13132 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||||
2020-12-02 15:35:15.464 INFO 13132 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15ms. Found 2 repository interfaces.
|
||||
2020-12-02 15:35:15.542 INFO 13132 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9b5422d2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-12-02 15:35:15.746 INFO 13132 --- [ Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 0 (http)
|
||||
2020-12-02 15:35:15.777 INFO 13132 --- [ Test worker] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||||
2020-12-02 15:35:15.777 INFO 13132 --- [ Test worker] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22]
|
||||
2020-12-02 15:35:15.917 INFO 13132 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
||||
2020-12-02 15:35:15.917 INFO 13132 --- [ Test worker] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 640 ms
|
||||
2020-12-02 15:35:16.058 INFO 13132 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
|
||||
2020-12-02 15:35:16.058 INFO 13132 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
|
||||
2020-12-02 15:35:16.089 INFO 13132 --- [ Test worker] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
|
||||
name: default
|
||||
...]
|
||||
2020-11-30 15:14:10.019 INFO 10792 --- [ Test worker] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
|
||||
2020-12-02 15:35:16.105 INFO 13132 --- [ Test worker] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
|
||||
Hibernate: drop table if exists posts
|
||||
Hibernate: drop table if exists user
|
||||
Hibernate: create table posts (id bigint not null auto_increment, created_date datetime, modified_date datetime, author varchar(255), content TEXT not null, title varchar(500) not null, primary key (id)) engine=InnoDB
|
||||
Hibernate: create table user (id bigint not null auto_increment, created_date datetime, modified_date datetime, email varchar(255) not null, name varchar(255) not null, picture varchar(255), role varchar(255) not null, primary key (id)) engine=InnoDB
|
||||
2020-11-30 15:14:10.051 INFO 10792 --- [ Test worker] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@69028332'
|
||||
2020-11-30 15:14:10.051 INFO 10792 --- [ Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
||||
2020-11-30 15:14:10.269 INFO 10792 --- [ Test worker] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
|
||||
2020-11-30 15:14:10.379 INFO 10792 --- [ Test worker] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7e9435ed, org.springframework.security.web.context.SecurityContextPersistenceFilter@2a1f931, org.springframework.security.web.header.HeaderWriterFilter@5b9e89ac, org.springframework.security.web.authentication.logout.LogoutFilter@434ac8c5, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@6c4232aa, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter@5c7374b4, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@4eafc850, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@5ee6f3c6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3942deec, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@163ef381, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@23cc4dd2, org.springframework.security.web.session.SessionManagementFilter@a4a4066, org.springframework.security.web.access.ExceptionTranslationFilter@2523df66, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4c0d9bf2]
|
||||
2020-11-30 15:14:10.504 INFO 10792 --- [ Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||||
2020-11-30 15:14:10.504 WARN 10792 --- [ Test worker] aWebConfiguration$JpaWebMvcConfiguration : 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
|
||||
2020-11-30 15:14:10.535 INFO 10792 --- [ Test worker] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||||
2020-11-30 15:14:10.722 INFO 10792 --- [ Test worker] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
|
||||
2020-11-30 15:14:10.738 INFO 10792 --- [ Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 12582 (http) with context path ''
|
||||
2020-11-30 15:14:10.738 INFO 10792 --- [ Test worker] c.b.b.s.web.IndexControllerTest : Started IndexControllerTest in 1.484 seconds (JVM running for 7.815)
|
||||
2020-11-30 15:14:10.800 INFO 10792 --- [o-auto-1-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
2020-11-30 15:14:10.800 INFO 10792 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
||||
2020-11-30 15:14:10.816 INFO 10792 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms
|
||||
2020-12-02 15:35:16.136 INFO 13132 --- [ Test worker] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75bc8cf5'
|
||||
2020-12-02 15:35:16.136 INFO 13132 --- [ Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
||||
2020-12-02 15:35:16.402 INFO 13132 --- [ Test worker] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
|
||||
2020-12-02 15:35:16.511 INFO 13132 --- [ Test worker] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4eafc850, org.springframework.security.web.context.SecurityContextPersistenceFilter@7e9bc647, org.springframework.security.web.header.HeaderWriterFilter@1b4443db, org.springframework.security.web.authentication.logout.LogoutFilter@50ab7e5a, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@3942deec, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter@163ef381, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@70a237f7, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@434ac8c5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@47891623, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7e6acf92, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6c50cbfe, org.springframework.security.web.session.SessionManagementFilter@7d8e7919, org.springframework.security.web.access.ExceptionTranslationFilter@52cd6cc3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a1f931]
|
||||
2020-12-02 15:35:16.636 INFO 13132 --- [ Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||||
2020-12-02 15:35:16.652 WARN 13132 --- [ Test worker] aWebConfiguration$JpaWebMvcConfiguration : 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
|
||||
2020-12-02 15:35:16.667 INFO 13132 --- [ Test worker] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||||
2020-12-02 15:35:16.855 INFO 13132 --- [ Test worker] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
|
||||
2020-12-02 15:35:16.886 INFO 13132 --- [ Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5227 (http) with context path ''
|
||||
2020-12-02 15:35:16.886 INFO 13132 --- [ Test worker] c.b.b.s.web.IndexControllerTest : Started IndexControllerTest in 1.64 seconds (JVM running for 8.723)
|
||||
2020-12-02 15:35:16.948 INFO 13132 --- [o-auto-1-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
2020-12-02 15:35:16.948 INFO 13132 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
||||
2020-12-02 15:35:16.964 INFO 13132 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms
|
||||
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_ order by posts0_.id DESC
|
||||
</pre>
|
||||
</span>
|
||||
@@ -147,7 +147,7 @@ Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, po
|
||||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
||||
</label>
|
||||
</div>Generated by
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 11. 30. 오후 3:14:11</p>
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 12. 2. 오후 3:35:17</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="infoBox" id="duration">
|
||||
<div class="counter">0.080s</div>
|
||||
<div class="counter">0.082s</div>
|
||||
<p>duration</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -79,7 +79,7 @@
|
||||
</thead>
|
||||
<tr>
|
||||
<td class="success">Posts_등록된다</td>
|
||||
<td class="success">0.055s</td>
|
||||
<td class="success">0.057s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -92,22 +92,22 @@
|
||||
<div id="tab1" class="tab">
|
||||
<h2>Standard output</h2>
|
||||
<span class="code">
|
||||
<pre>2020-11-30 15:14:10.879 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.banjjoknim.book.springboot.web.PostsApiControllerTest], using SpringBootContextLoader
|
||||
2020-11-30 15:14:10.879 INFO 10792 --- [ Test worker] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.banjjoknim.book.springboot.web.PostsApiControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
|
||||
2020-11-30 15:14:10.879 INFO 10792 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.banjjoknim.book.springboot.web.PostsApiControllerTest]: PostsApiControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
|
||||
2020-11-30 15:14:10.879 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.banjjoknim.book.springboot.Application for test class com.banjjoknim.book.springboot.web.PostsApiControllerTest
|
||||
2020-11-30 15:14:10.879 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, 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.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
|
||||
2020-11-30 15:14:10.879 INFO 10792 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@54b84a95, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5f2e478d, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@329252bb, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5f6bd033, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4991d5a9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@64aee139, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4489609d, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@4562ca77, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@29963ef, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@112dfdac, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1eafea9c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4dcdba4c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4023e01, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7a3c73b0]
|
||||
2020-11-30 15:14:10.894 INFO 10792 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring TestDispatcherServlet ''
|
||||
2020-11-30 15:14:10.894 INFO 10792 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
|
||||
2020-11-30 15:14:10.894 INFO 10792 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 0 ms
|
||||
<pre>2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.banjjoknim.book.springboot.web.PostsApiControllerTest], using SpringBootContextLoader
|
||||
2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.banjjoknim.book.springboot.web.PostsApiControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
|
||||
2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.banjjoknim.book.springboot.web.PostsApiControllerTest]: PostsApiControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
|
||||
2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.banjjoknim.book.springboot.Application for test class com.banjjoknim.book.springboot.web.PostsApiControllerTest
|
||||
2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, 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.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
|
||||
2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@63efdaba, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@361baf94, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@df5e602, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6f1eab5b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@72b98608, org.springframework.test.context.transaction.TransactionalTestExecutionListener@19b5e0c4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3b52d006, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@210ce044, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@1f3babab, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@293ecb48, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@441fc89, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@42092285, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2daf9c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5f96505a]
|
||||
2020-12-02 15:35:17.042 INFO 13132 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring TestDispatcherServlet ''
|
||||
2020-12-02 15:35:17.042 INFO 13132 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
|
||||
2020-12-02 15:35:17.042 INFO 13132 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 0 ms
|
||||
Hibernate: insert into posts (created_date, modified_date, author, content, title) values (?, ?, ?, ?, ?)
|
||||
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_
|
||||
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_
|
||||
Hibernate: delete from posts where id=?
|
||||
2020-11-30 15:14:10.941 INFO 10792 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring TestDispatcherServlet ''
|
||||
2020-11-30 15:14:10.941 INFO 10792 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
|
||||
2020-11-30 15:14:10.941 INFO 10792 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 0 ms
|
||||
2020-12-02 15:35:17.105 INFO 13132 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring TestDispatcherServlet ''
|
||||
2020-12-02 15:35:17.105 INFO 13132 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
|
||||
2020-12-02 15:35:17.105 INFO 13132 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 0 ms
|
||||
Hibernate: insert into posts (created_date, modified_date, author, content, title) values (?, ?, ?, ?, ?)
|
||||
Hibernate: select posts0_.id as id1_0_0_, posts0_.created_date as created_2_0_0_, posts0_.modified_date as modified3_0_0_, posts0_.author as author4_0_0_, posts0_.content as content5_0_0_, posts0_.title as title6_0_0_ from posts posts0_ where posts0_.id=?
|
||||
Hibernate: update posts set created_date=?, modified_date=?, author=?, content=?, title=? where id=?
|
||||
@@ -125,7 +125,7 @@ Hibernate: delete from posts where id=?
|
||||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
||||
</label>
|
||||
</div>Generated by
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 11. 30. 오후 3:14:11</p>
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 12. 2. 오후 3:35:17</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="infoBox" id="duration">
|
||||
<div class="counter">0.001s</div>
|
||||
<div class="counter">0.002s</div>
|
||||
<p>duration</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -76,7 +76,7 @@
|
||||
</thead>
|
||||
<tr>
|
||||
<td class="success">롬복_기능_테스트</td>
|
||||
<td class="success">0.001s</td>
|
||||
<td class="success">0.002s</td>
|
||||
<td class="success">passed</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -89,7 +89,7 @@
|
||||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
||||
</label>
|
||||
</div>Generated by
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 11. 30. 오후 3:14:11</p>
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 12. 2. 오후 3:35:17</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="infoBox" id="duration">
|
||||
<div class="counter">0.162s</div>
|
||||
<div class="counter">0.269s</div>
|
||||
<p>duration</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -83,7 +83,7 @@
|
||||
<td>2</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>0.162s</td>
|
||||
<td>0.269s</td>
|
||||
<td class="success">100%</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -96,7 +96,7 @@
|
||||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
||||
</label>
|
||||
</div>Generated by
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 11. 30. 오후 3:14:11</p>
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 12. 2. 오후 3:35:17</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="infoBox" id="duration">
|
||||
<div class="counter">0.001s</div>
|
||||
<div class="counter">0.002s</div>
|
||||
<p>duration</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -83,7 +83,7 @@
|
||||
<td>1</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>0.001s</td>
|
||||
<td>0.002s</td>
|
||||
<td class="success">100%</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -96,7 +96,7 @@
|
||||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
||||
</label>
|
||||
</div>Generated by
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 11. 30. 오후 3:14:11</p>
|
||||
<a href="http://www.gradle.org">Gradle 6.5</a> at 2020. 12. 2. 오후 3:35:17</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user