We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eventuate-micronaut-examples-customers-and-orders/customers-service/build.gradle
Line 49 in 810dd7b
src/main uses Hikari DataSource but some tests want to use Embedded DataSource.
src/main
Embedded DataSource
Two questions:
@dartartem
The text was updated successfully, but these errors were encountered:
1 - service, https://github.com/eventuate-examples/eventuate-micronaut-examples-customers-and-orders/blob/master/customers-service/build.gradle#L24
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
Sorry, something went wrong.
What about annotating the test datasource with https://docs.micronaut.io/latest/api/io/micronaut/context/annotation/Replaces.html?
No branches or pull requests
eventuate-micronaut-examples-customers-and-orders/customers-service/build.gradle
Line 49 in 810dd7b
src/main
uses Hikari DataSource but some tests want to useEmbedded DataSource
.Two questions:
Embedded DataSource
override it?@dartartem
The text was updated successfully, but these errors were encountered: