浏览代码

Fix typo in the README.md of sentinel-annotation-aspectj (#1136)

master
ballenwen Eric Zhao 5 年前
父节点
当前提交
f6dff5a859
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      sentinel-extension/sentinel-annotation-aspectj/README.md

+ 2
- 2
sentinel-extension/sentinel-annotation-aspectj/README.md 查看文件

@@ -1,7 +1,7 @@
# Sentinel Annotation AspectJ

This extension is an AOP implementation using AspectJ for Sentinel annotations.
Currently only runtime waving is supported.
Currently only runtime weaving is supported.

## Annotation

@@ -66,4 +66,4 @@ public class SentinelAspectConfiguration {
}
```

An example for using Sentinel Annotation AspectJ with Spring Boot can be found [here](https://github.com/alibaba/Sentinel/tree/master/sentinel-demo/sentinel-demo-annotation-spring-aop).
An example for using Sentinel Annotation AspectJ with Spring Boot can be found [here](https://github.com/alibaba/Sentinel/tree/master/sentinel-demo/sentinel-demo-annotation-spring-aop).

正在加载...
取消
保存