Skip to content

Commit

Permalink
增加注解追踪和修改refer注入的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyanp committed Dec 17, 2017
1 parent 69559c5 commit 19422c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ log4j.appender.CONSOLE.layout.ConversionPattern=%d [%T] %-5p %c{1}:%L - %m%n

### 分布式追踪在程序中的应用

- 在spring配置文件中,添加```xml<eagle:trace/>``` 配置,springboot不用添加额外配置。然后在需要追踪的类或者方法上打上@Trace注解。
- 在spring配置文件中,添加`<eagle:trace/>` 配置,springboot不用添加额外配置。然后在需要追踪的类或者方法上打上@Trace注解。

`src/main/java/eagle/jfaster/org/controller/TraceController.java`

Expand Down

0 comments on commit 19422c5

Please sign in to comment.