mirror of https://gitee.com/xiaonuobase/snowy
【优化】代码生成API文档分组配置方法名改正
parent
f0c72cfafb
commit
6b18466988
|
@ -47,7 +47,7 @@ public class GenConfigure {
|
||||||
* @date 2022/7/7 16:18
|
* @date 2022/7/7 16:18
|
||||||
**/
|
**/
|
||||||
@Bean(value = "genDocApi")
|
@Bean(value = "genDocApi")
|
||||||
public Docket sysDocApi() {
|
public Docket genDocApi() {
|
||||||
return new Docket(DocumentationType.SWAGGER_2)
|
return new Docket(DocumentationType.SWAGGER_2)
|
||||||
.apiInfo(new ApiInfoBuilder()
|
.apiInfo(new ApiInfoBuilder()
|
||||||
.title("代码生成GEN")
|
.title("代码生成GEN")
|
||||||
|
|
Loading…
Reference in New Issue