提交 4a9626ff 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Merge pull request #553 from ascrutae/fix/spring-plugin

fix the spring mvc plugin occur exception when the application running in spring 3
......@@ -111,4 +111,13 @@ public abstract class AbstractControllerInstrumentation extends ClassInstanceMet
}
protected abstract String[] getEnhanceAnnotations();
@Override protected String[] witnessClasses() {
/**
* @see {@link org.springframework.web.servlet.tags.ArgumentTag}
*/
return new String[]{
"org.springframework.web.servlet.tags.ArgumentTag"
};
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册