How to implement integrationtests for http + testcontainers + jdbi tests? #9535
Unanswered
bschulz-nf
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@joschi do you have an idea or even examples somewhere? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am trying to implement an Integrationtest similar to Integrationtests in Spring Boot.
What I Would like to do is to use Testcontainers, JDBI and something lightweight to start a http server. Then I would like to do a http get.
My code looks like this:
The BranchenRessource is a REST resource, the BranchenModul is a class containing my business logic and the BranchenDao is a jdbi interface.
Does anyone know how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions