Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Oct 2, 2022
1 parent c62bbb0 commit a3ce7cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ public FrameworkAnnotations registeredAnnotations() {

// add request body annotation
RequestBodyAnnotation bodyAnnotation = RequestBodyAnnotation.builder()
.setAnnotationName(SpringMvcAnnotations.REQUEST_BODY)
.setAnnotationFullyName(SpringMvcAnnotations.REQUEST_BODY_FULLY);
.setAnnotationName(SolonAnnotations.REQUEST_BODY)
.setAnnotationFullyName(SolonAnnotations.REQUEST_BODY_FULLY);
annotations.setRequestBodyAnnotation(bodyAnnotation);

// request param annotation
Expand Down
Loading

0 comments on commit a3ce7cb

Please sign in to comment.