xiatian 10 月之前
父节点
当前提交
92787818d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/cn/com/qmth/scancentral/config/SwaggerConfig.java

+ 1 - 1
src/main/java/cn/com/qmth/scancentral/config/SwaggerConfig.java

@@ -16,7 +16,7 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc;
 
 @EnableSwagger2WebMvc
 @Configuration
-@ConditionalOnProperty(name = "scancloud.swagger.enable", havingValue = "true")
+@ConditionalOnProperty(name = "scancentral.swagger.enable", havingValue = "true")
 public class SwaggerConfig {
 
     private static final Logger log = LoggerFactory.getLogger(SwaggerConfig.class);