Replies: 1 comment
-
If you put your entities outside of the application package, you need to specify it in the mongo configuration:
|
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
MongoDB
Micronaut 4
I'm getting this CodefCacheKey error when Test Mode. It worked on 3.9 version i'm currently running v4.
However if I run testFunctionRequestHandler it works and when I run testApi I get the error.
This being said, it also works on AWS lambda native but doesn't work on AWS shadowJar.
Please help.
@Inject
lateinit var catalogController: Controller
Beta Was this translation helpful? Give feedback.
All reactions