-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Wrong state for SentinelResource annotation #74
Comments
Hi, can you provide a code snippet where you used |
And which version of Spring Boot your project is using? |
springboot 1.5.3 sentinel-core 0.2.0 |
把这个方法改造了下,就可以了,不过在demo里面是没问题的 |
This may be related to #79 (occurs with Spring Boot 1.x). We'll check it. |
目前还是报java.lang.IllegalStateException: Wrong state for SentinelResource annotation错误 |
hi |
通过feign调用会这样, 如果直接写controller的话不会出现null的情况 |
我项目中引入sentinel,通过@SentinelResource注解的方式去监控接口的,但是调用该接口时报java.lang.IllegalStateException: Wrong state for SentinelResource annotation这个错误,请问这是什么原因引起的?
The text was updated successfully, but these errors were encountered: