Skip to content

Commit ff533b3

Browse files
hengboygitee-org
authored andcommitted
!3 优化代码
Merge pull request !3 from SmallBun/master
2 parents 0c474d0 + 6cb3ebd commit ff533b3

File tree

1 file changed

+1
-1
lines changed
  • api-boot-samples/api-boot-sample-swagger/src/main/java/org/minbox/framework/api/boot/sample

1 file changed

+1
-1
lines changed

api-boot-samples/api-boot-sample-swagger/src/main/java/org/minbox/framework/api/boot/sample/SampleController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class SampleController {
2525
* 简单swagger文档示例
2626
*
2727
* @param userName 用户名
28-
* @return
28+
* @return @{link ApiBootResult} ApiBootResult
2929
*/
3030
@GetMapping(value = "/echo")
3131
@ApiOperation(value = "输出用户名", response = ApiBootResult.class)

0 commit comments

Comments
 (0)