SbbApplicationTests에서 JUnit Test런을 하면 x표시하며 오류가나요!!!
108
14 asked
package com.mysite.sbb;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SbbApplicationTests {
@Autowired
private QuestionRepository questionRepository;
@Test
void testJpa() {
Question q = this.questionRepository.findBySubjectAndContent(
"sbb가 무엇인가요?", "sbb에 대해서 알고 싶습니다.");
assertEquals(1, q.getId());
}
}
Answer 1
0
TaskSchedulingConfigurations.ThreadPoolTaskSchedulerBuilderConfiguration#threadPoolTaskSchedulerBuilder matched:
- @ConditionalOnMissingBean (types: org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
TransactionAutoConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
이런오류가 console에 뜹니다
iam 권한
0
10
1
수강기간 연장 가능하실까요?
0
15
2
스프링부트 서버 에러나요
0
14
1
갑자기 채점 사이트가 바뀌었어요
0
13
1
2026.04에 추가된 강의 시청 불가
0
20
1
강의 듣는 중인데,
0
22
1
36강 오탈자가 있는 거 같습니다.
0
17
2
Service Create/Update Record 운용과 Delete Record 미운용의 차이 질문
0
13
1
문제 리스트 페이지
0
19
1
인가 코드 발급(프론트 vs 백)
0
24
2
part8 Notion 링크
0
17
1
LiveReload++ 비활성화
0
28
1
SbbApplicationTests 런오류 tetJpa부분?
0
83
1
쿼리문이 console에서 형성이 안되고 아래와 같은 코드오류걸려요
0
102
1
SbbApplicaitonTest JUnit 테스트 런을 하면 아래와 같은 오류가 Console에 뜹니다
0
104
1
[리포지터리] SbbApplicationTests에서부터 오류
0
102
1
3-9에서 오류 발생
0
107
0
프로젝트 생성오류 (gradle)
0
212
1
프로젝트 생성 오류
0
1603
1
h2 console 뭔짓을 해봐도 안되네요,..
0
506
1
프로젝트 생성 시 gradle 호환
0
332
2
H2 > IO Exception [90028-224] 해결법을 모르겠습니다
0
954
1
sts 버전
0
378
1
<템플릿, 타임리프, 루트 URL, 서비스 URL, 프리픽스 등의 개념과 활용>이 동영상은 전편의 동영상이랑 내용이 같은거 같은데요??
0
514
1

