묻고 답해요
164만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결파이썬 무료 강의 (기본편) - 6시간 뒤면 나도 개발자
오류가 나는데 이유를 모르겠습니다.
(사진)
-
미해결실전! 웹사이트제작! Step By Step! _Basic (한화캐미컬_반응형웹)
more 가상 요소? 화살표 가로 정렬은 어떻게 하나욥??
현재 한화케미칼 홈페이지의 화살표는 가로 세로 모두 center 이던대 가로로 정렬하는 방법도 알 수 있을까요??
-
미해결실전! 웹사이트제작! Step By Step! _Basic (한화캐미컬_반응형웹)
p.img img{ transition : all 0.8s} 에서 다시 원래대로 돌아오는 원리가 궁금합니다!
transform은 커지게만 썼는데 어떻게 다시 작아지나용?!
-
미해결쉽고 빠르게 만드는 다양한 이미지 이펙트!
기본 이팩트만들기1 강좌에서 적용이안되요
안녕하세요 기본 이팩트만들기 적용이안되네요 위에있는강좌 처럼 여러게 안나오고요 한개만나와요 똑같이 적었는데 안되요
-
미해결React로 NodeBird SNS 만들기
제로초님
제로초님 안녕하세요 오늘은 코드 관련 질문은 아니고 제가 제로초님 강의 뭐 몹엑스나 노드나 다 봤는데 최근에 타입스크립트로 앱개발 하시는게 나왔더라구여 근데 제가 아직 타입스크립트를 시작을 못했는데 지금 나온 타입스크립트 앱개발을 봐도 자바스크립트 지식으로 따라갈수 있을지 아니면 타입스크립트 기초강좌 부터 봐야 할지 해서 질문 남깁니다!
-
미해결[백문이불여일타] 데이터 분석을 위한 중급 SQL
query the names of all the continents (COUNTRY.Continent) and
query the names of all the continents (COUNTRY.Continent) and ~ 여기서 continents의 모든 이름을 적으라고 했으니까 SELECT문에 name이 들어가야 하는거 아닌가요??ㅠㅠ GROUP BY에 대한 필요성은 알겠는데, 왜 저기에 country.continent가 들어가는지 이해가 안돼요.... 영어가 많이 부족해서 이해가 안되는건지 ㅠㅠㅠㅠㅠ 보다 자세한 설명 부탁드릴게요 ㅠㅠ
-
미해결실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발
다대다 관계 매핑 설계에 대해 질문드립니다!
안녕하세요! 좋은 강의 찍어주셔서 정말 감사드립니다! 다름이아니라 선생님 말대로 테이블 설계를 하는 도중에 질문을 드립니다! ex) 아티스트가 여러개의 장르를 다룰 수 있는다고 할 경우 (A 테이블: 아티스트 , B 테이블 : 장르, C: 아티스트_장르) A : B 가 M:N관계를 갖고 있어서 중간에 C라는 테이블을 자동으로 빠지게 해서 설계를 하려고 합니다 이때 C 테이블을 artist_id genre_id 1 1 1 2 2 1 2 2 이런식으로 pk 없이 A와 B의 pk를 fk로만 받아와서 설계를 진행해도 괜찮을까요?
-
미해결스프링 핵심 원리 - 기본편
질문이 있습니다.
안녕하세요 영한님 이번강의 이해하고 싶은 점이 생겨 질문드립니다. 1. ComponentScan은 Component가 붙은 클래스들을 자동으로 빈 등록을 해준다고 하셨습니다. 그렇다면 AutoAppConfig 에서 @ComponentScan을 통해 @Component 붙은 것들을 빈 등록을 해주게 되는데, 기존의 AppConfig에도 해당 클래스들의 빈등록을 해준 상태입니다. 그렇기 때문에 ComponentScan filter에서 Configuration.class를 배제 시켜줬는데, AutoappConfig 클래스에도 @Configuration이 마찬가지로 있는데, ComponentScan의 배제 코드는 본인클래스에 잇는 Configuration에는 효력이 발생하지 않는건가요 ?? 2. MemberServiceImpl 에다가 @Component를 선언해주었는데, 그러면 이 때에 해당 클래스의 타입인 MemberService 또한 같이 빈등록이 되는건가요 ?? 만약 그게 아니라면 이 타입을 등록해주고 싶을 때에는 interface에 @Component를 해야되나요? 아니면 수동 등록을 해주어야 하는건가요? 3. 의존성을 위해 @Autowired를 등록해주었는데, 만약 해당 객체가 빈등록이 되어있지 않다면 오류가 나게 되나요? 아니면 자동으로 등록을 해주고 갖고오게되나요??
-
미해결R로 하는 웹 크롤링 - 입문편
클리앙 크롤링-1 hit 관련 질문
안녕하세요, 현재 클리앙 공지가 2개라 hit <- (str_extract(b3, ("(?<=hit\">).*(?=</span>)"))[-1])[-1] 식으로 작성을 했는데, 이 방법 외에 다른 방법이 있는지 궁금합니다.
-
미해결자바 스프링 프레임워크(renew ver.) - 신입 프로그래머를 위한 강좌
굳이 어노테이션으로 설정해주는 이유가 뭔가요?
단순히 의존할 수 있는 객체가 한개라면 어노테이션으로 사용하는게 작성할 코드의 길이를 줄이는데 도움이 되지만, 이 강의에서 주어진 상황처럼 의존할 수 있는 객체가 여러개면 어노테이션도 여러개 작성해야 되고 심지어 xml에다가도 명시를 해줘야 하는 것 같은데, 이는 설정이 여기저기 분산되어 명시되어있다는 것이고, 이럴거면 그냥 xml 파일에 전부 명시하는게 더 편할거같은데..
-
미해결실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발
7:25 에서 따라서 application을 실행했을 때 멈추는 현상이 있습니다.
안녕하세요. 늘 유익한 강의 덕분에 도움 많이 받고있습니다. 감사합니다. 다름이 아니라, 김영한님의 강의를 따라서 똑같이 클론 코딩을 하면서 따라가고 있었는데, main application을 실행하면 아래 상태에서 멈추어버립니다. 구글링을 해보아도 이와 같은 현상의 원인에 대해서 찾기가 힘들어 질문해봅니다. "coping TypeConfiguration"에서 실행이 멈추어버리는 이유가 무엇이 있을까요?
-
미해결파이썬 웹서비스API 실전 프로젝트 - 돈 버는 디지털마케팅
http://127.0.0.1:5000/getCategoryBest?id=1001
Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. 오류가떠서 쿠팡에 들어가서 id값이 바뀌었나 관리자모드로 소스를 보고 id를 바꿔입력해도 오류가 똑같이 뜹니다ㅠㅠ
-
미해결실전! 웹사이트제작! Step By Step! _Basic (한화캐미컬_반응형웹)
view more를 처음부터 대문자로 쓰지 않고 uppercase로 따로 적용하는 이유는 뭔가요??
궁금합니다!!
-
미해결스프링 핵심 원리 - 기본편
@Configuration 에 대해
안녕하세요 영한님 요즘 할게 좀 많아서 추석이후로 강의 못듣다가 오늘 듣게됐는데 너무 재밌고 행복하고 힐링하고 있습니다! 이전 강의에서 싱글턴 이슈 때문에 터진 에피소드도 너무 재밌었어요! 기회되면 멀티스레드와 같은 사이드 한 주제들을 모은 그런 강의도 듣고싶네요!! 이번 강의에서 @Configuration에 대해서 학습했는데, 이 놈이 싱글턴 환경을 보장해주는 어노테이션인 것을 알게됐는데, 그렇다면 오직 싱글턴 패턴의 환경을 만들어주기 위함이 주된 목적으로 쓰이는 어노테이션이라고 받아들여도 되는건지 궁금합니다.
-
미해결따라하며 배우는 도커와 CI환경 [2023.11 업데이트]
도커 배포 방식 문의 - 섹션 9. 복잡한 어플을 실제로 배포해보기
강사님 강의 잘 봤습니다. 복잡한 어플 실제 배포해보기를 보다 보니, Travis CI 에서 운영환경 도커 이미지를 빌드해서 도커허브에 push 를 해놓고, AWS Elastic Beanstalk 에서는 결국 도커허브 이미지를 사용하지 않고, 7강 리액트앱 배포할 때와 동일한 방식으로 EB 환경에서 도커를 빌드하는 방식을 사용한 것 같습니다. 제가 이해한 부분이 맞는지요. 그렇다면 도커허브에서 이미지를 pull 받아 EB 환경에 배포하는 방식으로 동영상 강의가 변경되어야 할 것 같습니다. 감사합니다.
-
해결됨실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발
Member 테이블이 생성되지 않습니다..
Member 테이블이 생성되지 않습니다.. 21:59:04.275 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class jpabook.jpashop.MemberRepositoryTest] 21:59:04.279 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 21:59:04.288 [main] 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)] 21:59:04.307 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [jpabook.jpashop.MemberRepositoryTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper] 21:59:04.324 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [jpabook.jpashop.MemberRepositoryTest], using SpringBootContextLoader 21:59:04.328 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [jpabook.jpashop.MemberRepositoryTest]: class path resource [jpabook/jpashop/MemberRepositoryTest-context.xml] does not exist 21:59:04.328 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [jpabook.jpashop.MemberRepositoryTest]: class path resource [jpabook/jpashop/MemberRepositoryTestContext.groovy] does not exist 21:59:04.328 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [jpabook.jpashop.MemberRepositoryTest]: no resource found for suffixes {-context.xml, Context.groovy}. 21:59:04.329 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [jpabook.jpashop.MemberRepositoryTest]: MemberRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 21:59:04.379 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [jpabook.jpashop.MemberRepositoryTest] 21:59:04.471 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [E:\공부\JPA\jpa_활용_1\project\jpashop\out\production\classes\jpabook\jpashop\JpashopApplication.class] 21:59:04.477 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration jpabook.jpashop.JpashopApplication for test class jpabook.jpashop.MemberRepositoryTest 21:59:04.641 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [jpabook.jpashop.MemberRepositoryTest]: using defaults. 21:59:04.642 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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] 21:59:04.657 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@35a3d49f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@389b0789, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@13d9cbf5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@478db956, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6ca18a14, org.springframework.test.context.transaction.TransactionalTestExecutionListener@c667f46, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@51bd8b5c, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7b50df34, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1b410b60, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2462cb01, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@19b843ba, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@64ec96c6] 21:59:04.659 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [jpabook.jpashop.MemberRepositoryTest] 21:59:04.660 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [jpabook.jpashop.MemberRepositoryTest] 21:59:04.668 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [jpabook.jpashop.MemberRepositoryTest] 21:59:04.668 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [jpabook.jpashop.MemberRepositoryTest] 21:59:04.669 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [jpabook.jpashop.MemberRepositoryTest] 21:59:04.670 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [jpabook.jpashop.MemberRepositoryTest] 21:59:04.670 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [jpabook.jpashop.MemberRepositoryTest] 21:59:04.670 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [jpabook.jpashop.MemberRepositoryTest] 21:59:04.674 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@463fd068 testClass = MemberRepositoryTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@895e367 testClass = MemberRepositoryTest, locations = '{}', classes = '{class jpabook.jpashop.JpashopApplication}', 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@34e9fd99, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a6cb05c, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@22ff4249, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@662ac478], 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]. 21:59:04.675 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [jpabook.jpashop.MemberRepositoryTest] 21:59:04.675 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [jpabook.jpashop.MemberRepositoryTest] 21:59:04.697 [main] 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} . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.17.RELEASE) 2020-10-15 21:59:05.202 INFO 30540 --- [ main] jpabook.jpashop.MemberRepositoryTest : Starting MemberRepositoryTest on DESKTOP-J3IVAOF with PID 30540 (started by jeng8 in E:\공부\JPA\jpa_활용_1\project\jpashop) 2020-10-15 21:59:05.208 INFO 30540 --- [ main] jpabook.jpashop.MemberRepositoryTest : No active profile set, falling back to default profiles: default 2020-10-15 21:59:06.431 INFO 30540 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2020-10-15 21:59:06.454 INFO 30540 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14ms. Found 0 JPA repository interfaces. 2020-10-15 21:59:07.165 INFO 30540 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2020-10-15 21:59:07.365 INFO 30540 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2020-10-15 21:59:07.482 INFO 30540 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-10-15 21:59:07.584 INFO 30540 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.18.Final} 2020-10-15 21:59:07.586 INFO 30540 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2020-10-15 21:59:07.764 INFO 30540 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final} 2020-10-15 21:59:08.366 INFO 30540 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2020-10-15 21:59:08.961 DEBUG 30540 --- [ main] org.hibernate.SQL : drop table member if exists 2020-10-15 21:59:08.963 DEBUG 30540 --- [ main] org.hibernate.SQL : drop sequence if exists hibernate_sequence 2020-10-15 21:59:08.965 DEBUG 30540 --- [ main] org.hibernate.SQL : create sequence hibernate_sequence start with 1 increment by 1 2020-10-15 21:59:08.967 DEBUG 30540 --- [ main] org.hibernate.SQL : create table member ( id bigint not null, username varchar(255), primary key (id) ) 2020-10-15 21:59:08.974 INFO 30540 --- [ main] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4b9f7edc' 2020-10-15 21:59:08.976 INFO 30540 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-10-15 21:59:09.643 INFO 30540 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2020-10-15 21:59:09.698 WARN 30540 --- [ main] 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-10-15 21:59:09.744 INFO 30540 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html] 2020-10-15 21:59:10.111 INFO 30540 --- [ main] jpabook.jpashop.MemberRepositoryTest : Started MemberRepositoryTest in 5.403 seconds (JVM running for 6.585) 2020-10-15 21:59:10.212 INFO 30540 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@463fd068 testClass = MemberRepositoryTest, testInstance = jpabook.jpashop.MemberRepositoryTest@6d5de79a, testMethod = testMemeber@MemberRepositoryTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@895e367 testClass = MemberRepositoryTest, locations = '{}', classes = '{class jpabook.jpashop.JpashopApplication}', 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@34e9fd99, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a6cb05c, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@22ff4249, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@662ac478], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@749ee0e3]; rollback [false] 2020-10-15 21:59:10.294 DEBUG 30540 --- [ main] org.hibernate.SQL : call next value for hibernate_sequence 2020-10-15 21:59:10.367 DEBUG 30540 --- [ main] org.hibernate.SQL : insert into member (username, id) values (?, ?) 2020-10-15 21:59:10.375 INFO 30540 --- [ main] o.s.t.c.transaction.TransactionContext : Committed transaction for test: [DefaultTestContext@463fd068 testClass = MemberRepositoryTest, testInstance = jpabook.jpashop.MemberRepositoryTest@6d5de79a, testMethod = testMemeber@MemberRepositoryTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@895e367 testClass = MemberRepositoryTest, locations = '{}', classes = '{class jpabook.jpashop.JpashopApplication}', 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@34e9fd99, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a6cb05c, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@22ff4249, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@662ac478], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]] 2020-10-15 21:59:10.383 INFO 30540 --- [ Thread-1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2020-10-15 21:59:10.383 INFO 30540 --- [ Thread-1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2020-10-15 21:59:10.386 INFO 30540 --- [ Thread-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2020-10-15 21:59:10.395 INFO 30540 --- [ Thread-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. Process finished with exit code 0
-
미해결실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발
컬렉션은 필드에서 초기화 하자 뜻을 자세히 이해 못했습니다...
em.persist(member); 이후 하이버네이트의 내장 컬렉션으로 변경하는건 이해했습니다. 필드레벨에서만 생성한다는 것은 필드 레벨에서 객체 선언만할 뿐 메서드를 사용하면 안 된다. 제가 이해 한게 맞나요....ㅜㅜㅜ 필드 레벨은 영속화가 이루어지는 파일을 뜻하는게 맞나요..? 쉬운 내용인데 귀찮게 해드리는 거 같아 죄송합니다ㅠㅠㅠ
-
미해결쉽고 자연스럽게 배워보는 Javascript 입문 - 코드스쿼드 마스터즈 코스 레벨1
'변수 이름 잘 짓기'가 코딩 3대 난제라면 나머지 두 개는 뭘까요??(내용무)
-
-
해결됨레트로의 유니티 C# 게임 프로그래밍 에센스
오류표시선이 안틉니다.
삭제된 글입니다
-
미해결파이썬 무료 강의 (기본편) - 6시간 뒤면 나도 개발자
리스트로 값 할당 한 후에
clear함수로 값을 지워주면 값을 담고 있었던 공간도 같이 사라지나요? 아니면 그대로 할당되어있나요?