-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
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
grails can not work #1111
Comments
The stacktrace does not contain grpc so I'm unsure how to help you. |
When I add the implementation 'net.devh:grpc-client-spring-boot-starter:2.15.0.RELEASE' dependency it will appear as shown in the following exception, removing the dependency it will work fine |
So just adding the dependency whithout any code changes causes the issue?
|
Yes, just adding dependencies, not adding any code. |
grails version: 6.2.0 |
I tried to exclude AutoConfiguration and it doesn't give an error when I exclude GrpcClientAutoConfiguration |
Please copy the source for that class into your project (keeping the original package). Then try to remove the beans inside until it works. |
The text was updated successfully, but these errors were encountered: