server/src/main/java/com/doumee/config/swagger/SwaggerConfig.java
@@ -18,7 +18,7 @@ /** * Swagger配置 * @author Eva.Caesar Liu * @author dm * @date 2022/03/11 10:24 */ @Configuration @@ -64,7 +64,7 @@ @Bean public Docket getDocket1() { return new Docket(DocumentationType.SWAGGER_2) .apiInfo(this.getApiInfo()).groupName("公共接口") .apiInfo(this.getApiInfo()).groupName("公共业务接口") .host(host) .enable(enabled) .select()