Skip to content

Commit 472972d

Browse files
committed
add comments
1 parent 521d79c commit 472972d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/guru/springfamework/controllers/v1/CustomerController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/**
1414
* Darcy Xian 22/11/20 5:05 pm spring5-mvc-rest
1515
*/
16+
// @Api @ApiOperation is used for swagger ui
1617
@Api(description = "This is my Customer controller")
1718
@RestController
1819
@RequestMapping(CustomerController.BASE_URL)

0 commit comments

Comments
 (0)