인프런 커뮤니티 질문&답변

build_ash님의 프로필 이미지
build_ash

작성한 질문수

스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술

JPA

jpa 회원가입 통합테스트 과정에서 에러가 발생했습니다 무엇이 문제일까요?ㅠㅠ

작성

·

1.1K

0

이전강의에서 에러가 발생한 적은 없고 이번 강의도 잘 진행하다가 회원가입 통합테스트 과정에서 에러가 발생하였습니다ㅠㅠ 

아래에 에러 전문 첨부하였습니다. 무엇이 문제일까요?

 

Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration': Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties': Could not bind properties to 'JpaProperties' : prefix=spring.jpa, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.jpa.show-sql' to boolean

 

Caused by: org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties': Could not bind properties to 'JpaProperties' : prefix=spring.jpa, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.jpa.show-sql' to boolean

 

Caused by: org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.jpa.show-sql' to boolean

 

Caused by: org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.String] to type [boolean] for value 'ture'; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'boolean'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value [ture]

 

Caused by: org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'boolean'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value [ture]

 

Caused by: java.lang.IllegalArgumentException: Invalid boolean value [ture]

 

 

답변 1

0

안녕하세요. build_ash님, 공식 서포터즈 OMG입니다.

올리신 에러 메시지를 보면 다음과 같이 어느 부분에서 문제가 발생하는지 나와있습니다.

 

 

ture를 true로 바꿔도 문제가 발생할 경우 댓글 남겨주세요.

감사합니다.

build_ash님의 프로필 이미지
build_ash
질문자

true로 바꾸고 바로 해결됐습니다!! build.gradle에서 오류가 발생한줄알고 거기만 살펴봤는데 간단한 문제였네요ㅜㅜ 감사합니다!

build_ash님의 프로필 이미지
build_ash

작성한 질문수

질문하기