Replies: 1 comment 2 replies
-
I believe |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone and thanks in advance for your support, I'm trying to build a Micronaut library in order to access database and to avoid repeated code in various projects.
I'm able to Inject
@Singleton
and@Repository
annotatated classes from the external Micronaut library to a given project using@Import
annotation when I run the application but when I try to inject into a@MicronautTest
annotated class there is no bean candidate to injectAnnotation processors to compile repository jar
Metadata included into repository jar:
Beta Was this translation helpful? Give feedback.
All reactions