Skip to content

Commit

Permalink
fix the spring mvc plugin occur exception when the application runnin…
Browse files Browse the repository at this point in the history
…g with spring 3
  • Loading branch information
ascrutae committed Oct 27, 2017
1 parent a5b5440 commit ff5107d
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -111,4 +111,13 @@ protected ClassMatch enhanceClass() {
}

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"
};
}
}

0 comments on commit ff5107d

Please sign in to comment.