【优化】代码生成API文档分组配置方法名改正

pull/199/head
vchao 2024-03-18 10:46:00 +08:00
parent f0c72cfafb
commit 6b18466988
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class GenConfigure {
* @date 2022/7/7 16:18
**/
@Bean(value = "genDocApi")
public Docket sysDocApi() {
public Docket genDocApi() {
return new Docket(DocumentationType.SWAGGER_2)
.apiInfo(new ApiInfoBuilder()
.title("代码生成GEN")