Update and rename Spring-bean-plugins.md to Spring-annotation-plugin.md (#2299)

* Update and rename Spring-bean-plugins.md to Spring-annotation-plugin.md

* Update README.md

* Update README.md
This commit is contained in:
Chandu 2019-02-27 20:08:31 +05:30 committed by 吴晟 Wu Sheng
parent 1c32d59542
commit 7dd1a016da
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ Java agent plugins are all pluggable. Optional plugins could be provided in `opt
For using these plugins, you need to put the target plugin jar file into `/plugins`.
Now, we have the following known optional plugins.
* [Trace Spring beans](agent-optional-plugins/Spring-bean-plugins.md)
* [Trace Spring annotation beans](agent-optional-plugins/Spring-annotation-plugin.md)
* [Trace Oracle and Resin](agent-optional-plugins/Oracle-Resin-plugins.md)
* [Filter traces through specified endpoint name patterns](agent-optional-plugins/trace-ignore-plugin.md)
* Gson serialization lib in optional plugin folder

View File

@ -1,4 +1,4 @@
## Spring bean plugin
## Spring annotation plugin
This plugin allows to trace all methods of beans in Spring context, which are annotated with
`@Bean`, `@Service`, `@Component` and `@Repository`.