update 优化 自定义 openapi 处理器 彻底实现零注解无入侵生成文档

This commit is contained in:
疯狂的狮子li
2022-07-08 19:17:48 +08:00
parent dd25573ebc
commit 7f04327625
41 changed files with 303 additions and 52 deletions

View File

@@ -29,7 +29,6 @@ import java.util.Map;
* @author Lion Li
*/
@Validated
@Tag(name = "代码生成", description = "代码生成管理")
@RequiredArgsConstructor
@RestController
@RequestMapping("/tool/gen")