강의

멘토링

커뮤니티

Inflearn Community Q&A

mycode200's profile image
mycode200

asked

Real-world! Spring Boot and JPA Utilization 1 - Web Application Development

JPA and DB Configuration, Operation Verification

빌드 에러가 발생했는데 설정의 문제를 잘 모르겠습니다.

Written on

·

289

0

에러 로그는 다음과 같습니다. 

 

Execution failed for task ':test'.

> No tests found for given includes: [jpabook.jpashop.MemberRepositoryTest.testMember](filter.includeTestsMatching)

 

* Try:

> Run with --stacktrace option to get the stack trace.

> Run with --info or --debug option to get more log output.

> Run with --scan to get full insights.

 

다른 질문들도 읽어 봤는데 이런 오류는 질문에도 없는 것 같아 다음과 같이 올립니다. 

웹앱spring-bootjavaspringJPA

Answer 3

2

안녕하세요. 넙땍이님, 공식 서포터즈 David입니다.

.

아래 글 답변 참고해주세요:)
https://www.inflearn.com/questions/15495
.
감사합니다.

 

 

0

mycode200님의 프로필 이미지
mycode200
Questioner

감사 합니다~ 검색해서 먼저 찾았네요 ^^

 

mycode200's profile image
mycode200

asked

Ask a question