Ignore sessionAttribute
This commit is contained in:
parent
3daa8333ad
commit
6f1e358c47
|
@ -50,4 +50,6 @@ public interface SpringMvcAnnotations {
|
|||
String REST_CONTROLLER = "RestController";
|
||||
|
||||
String PATH_VARIABLE = "PathVariable";
|
||||
|
||||
String SESSION_ATTRIBUTE = "SessionAttribute";
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue