Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- python
- mp4fpsmod
- 겨울 부산
- 깡돼후
- 코루틴 빌더
- 코루틴 컨텍스트
- 달인막창
- k8s #kubernetes #쿠버네티스
- 오블완
- kotlin
- JanusWebRTCGateway
- 자원부족
- PytestPluginManager
- table not found
- Spring Batch
- preemption #
- VARCHAR (1)
- tolerated
- Value too long for column
- 개성국밥
- terminal
- taint
- pytest
- JanusWebRTCServer
- PersistenceContext
- vfr video
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- JanusWebRTC
- JanusGateway
- 티스토리챌린지
Archives
목록spring test (1)
너와 나의 스토리
[Spring] spring test - "Error creating bean with name 'jobLauncherTestUtils': Unsatisfied dependency expressed through method 'setJob' parameter 0" 에러 해결
[처음 배우는 스프링 부트 2] 책에서 스프링 부트 배치 파트를 따라서 코딩하다가 다음의 에러에 직면했다. 프로젝트 구성 InactiveUserJobTest.java package com.example.batch; import com.example.batch.user.enums.UserStatus; import com.example.batch.user.repository.UserRepository; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.batch.core.BatchStatus; import org.springframework.batch.cor..
개발/Spring Boot
2021. 1. 20. 16:12