Entities not found for JPA Configuration in Kotlin Service #2156
Unanswered
lacerdanycolas
asked this question in
Q&A
Replies: 1 comment 8 replies
-
|
Do you have the annotation processor setup properly? It’s better to start with the fuide and then modify the project. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I configured a microservice with micronaut-data-hibernate-jpa and when start the container locally it shows the following error: "Entities not found for JPA Configuration: default with package 'my.app.package'. Also tested add
@Introspectedannotation in my App.kt with the same package present in application.yml and doesnt work tooEntity.kt
Application.yml
Pom.xml
How can I fix this problem? Thanks for suport
Beta Was this translation helpful? Give feedback.
All reactions