Update README.md
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
parent
8cdf1de854
commit
d45ceb06dc
|
|
@ -55,7 +55,7 @@ If your application is build in Maven, just add the following dependency in `pom
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.alibaba.csp</groupId>
|
<groupId>com.alibaba.csp</groupId>
|
||||||
<artifactId>sentinel-core</artifactId>
|
<artifactId>sentinel-core</artifactId>
|
||||||
<version>1.6.3</version>
|
<version>1.7.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -74,6 +74,7 @@ try (Entry entry = SphU.entry("HelloWorld")) {
|
||||||
// Handle rejected request.
|
// Handle rejected request.
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
// try-with-resources auto exit
|
||||||
```
|
```
|
||||||
|
|
||||||
So far the code modification is done. We also provide [annotation support module](https://github.com/alibaba/Sentinel/blob/master/sentinel-extension/sentinel-annotation-aspectj/README.md) to define resource easier.
|
So far the code modification is done. We also provide [annotation support module](https://github.com/alibaba/Sentinel/blob/master/sentinel-extension/sentinel-annotation-aspectj/README.md) to define resource easier.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue