jiangping
2025-04-01 67c688747cdd6ab5944b97d29393279f2a61a689
server/src/main/java/com/doumee/config/swagger/SwaggerConfig.java
@@ -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()