The tests are written using JUnit 4 (?), but I am using JUnit 5 now and I just can't mock the JPA Repository and the RestTemplate properly ... 😥 Errors keep showing up indicating that they actually trying to do real connections (and failed) ...
@alexandersmirnov42743 жыл бұрын
Thanks, Josh!
@jj2006h2 жыл бұрын
excelanto 🤩
@NeerajSinghBadal2 жыл бұрын
thanks nice explanations with example
@vpsrj7 жыл бұрын
Why it's unlisted?
@dsergespb1113 жыл бұрын
nice presentation . what is the recommended way for work with clients - put all of them into 1 git repository or create a new repository for every service? example: repository: service A repository: service B repository: service C repository: clients: module: service A client module: service B client module: service C client or repository: service A repository: service A client repository: service B repository: service B client repository: service C repository: service C client ?
@agguLi Жыл бұрын
I highly recommend to use one repo per service. This will be much easier to handle when you combine a build pipeline and build triggers. In addition it underlines the principle of encapsulation of microservices.
@slippinchillin3 ай бұрын
I need to use 0.75x haha ...
@agrinbrg2 жыл бұрын
Hi I am using -spring-cloud-contract ver 3.0.0 I have contracts written in groovy and specify in gradle.build file BaseCallForTest ,unfortunately my ContractVerifierTest classes generated without extending class specified in BaseCallForTest in contracts. I am printing out value for BaseCallForTest and it is what i expect Any ideas/recomendations will be helpful