删除不存在的api依赖

This commit is contained in:
saintloong 2019-02-14 08:01:44 +08:00
parent b624ae8e09
commit bef4cfc7f8
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ import org.springframework.web.bind.annotation.*;
@RestController
@AllArgsConstructor
@RequestMapping("/${pathName}")
@Api(value = "${pathName}", description = "${comments}")
public class ${className}Controller {
private final ${className}Service ${classname}Service;