Error creating bean with name 'jobRepositoryTestUtils': Unsatisfied dependency expressed through method 'setDataSource' parameter 0 #4380
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
fmbenhassine
Jul 4, 2023
Replies: 1 comment
-
For v4, you have to specify a datasource if you want to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fmbenhassine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For v4, you have to specify a datasource if you want to use
@SpringBatchTest
. The workaround is to not use@SpringBatchTest
and register the test utilities manually.