-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[2022.x] Add SentinelProtectInterceptor AOT hints #3370
Conversation
96c69c3
to
67f7856
Compare
也可以通过以下方式来查看是否正确生成相关的配置文件:
{
"name": "com.alibaba.cloud.sentinel.custom.SentinelProtectInterceptor",
"methods": [
{
"name": "<init>",
"parameterTypes": [
"com.alibaba.cloud.sentinel.annotation.SentinelRestTemplate",
"org.springframework.web.client.RestTemplate"
]
}
]
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should add this PR to module of spring-cloud-starter-alibaba-sentinel
.
@steverao 改了一个版本,如果没有问题的话,后续其他模块就按照这种方式进行调整 |
@ruansheng8 I tested it locally and it works fine in my environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @ruansheng8
Describe what this PR does / why we need it
Does this pull request fix one issue?
Describe how you did it
Describe how to verify it
Special notes for reviews