티스토리 뷰
반응형
@ActiveProfiles("local")
@AutoConfigureWebTestClient
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
class CreateTaskHashTest: BehaviorSpec() {
@Autowired
private lateinit var client: WebTestClient
init {
// ...테스트 코드 작성
}
}
요렇게 작성했는데도 NoSuchBeanDefinitionException이 뜨는 경우, 아래와 같은 dependency를 추가하자.
// build.gradle.kts
dependencies {
// ...생략
implementation("org.springframework.boot:spring-boot-starter-webflux")
// ...생략
}
'Dev. > Kotlin' 카테고리의 다른 글
[mockk] private extension function 모킹하기 (0) | 2024.10.28 |
---|---|
[Kotlin] Class should have [public, protected] no-arg constructor 해결법 (0) | 2024.02.25 |
[Kotlin] Scope Functions (0) | 2023.10.23 |
[Kotlin] java.security.InvalidKeyException: IOException : algid parse error 원인 (0) | 2023.03.21 |
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- postgresql
- Vault
- AWS IoT
- 코딩테스트
- pgloader
- Node.js
- eureka
- mysql
- etc
- kotlin
- JPA
- terraform
- Puppeteer
- IntelliJ
- JEST
- Gradle
- react
- AWS
- javascript
- Linux
- RancherDesktop
- Java
- Database
- Spring Cloud Config
- spring boot
- hashicorp
- Docker
- jQuery
- Git
- shell
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함