mirror of https://gitee.com/maxjhandsome/pig
删除不存在的api依赖
This commit is contained in:
parent
b624ae8e09
commit
bef4cfc7f8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue