value
2024-05-16 ef91628ec82aec198e61bd50bc56413692a8aa44
framework/src/main/java/com/yuanchu/mom/config/Swagger3.java
@@ -34,15 +34,15 @@
        // 用ApiInfoBuilder进行定制
        return new ApiInfoBuilder()
                // 设置标题
                .title("OMS")
                .title("LIMS")
                // 描述
                .description("OMS系统")
                .description("实验室管理系统")
                // 作者信息
                .contact(new Contact("鵷雏", null, null))
                .contact(new Contact("鵷雏网络科技", null, null))
                // 版本
                .version("版本号:V1.0")
                .version("版本号:V1.0")
                //协议
                .license("The Apache License")
                .license("商业项目")
                //协议url
                .licenseUrl("http://www.baidu.com")
                .build();