Open cer opened 4 years ago
2 - because there were change in eventuate local https://github.com/eventuate-local/eventuate-local/pull/149/files , you said make it similar to spring. Please see thread: [updating-libraries] report 06/17/2020
3 - there is Requires annotation: https://docs.micronaut.io/latest/api/io/micronaut/context/annotation/Requires.html
What about annotating the test datasource with https://docs.micronaut.io/latest/api/io/micronaut/context/annotation/Replaces.html?
https://github.com/eventuate-examples/eventuate-micronaut-examples-customers-and-orders/blob/810dd7bffeef0a85b2f8c0fa68979e3fe4020b9c/customers-service/build.gradle#L49
src/main
uses Hikari DataSource but some tests want to useEmbedded DataSource
.Two questions:
Embedded DataSource
override it?@dartartem