浏览代码

Merge branch 'bugfix/spelling' of 495534134/pigx into master

冷冷 6 年之前
父节点
当前提交
924fa5042f

+ 1 - 1
pigx-common/pigx-common-swagger/src/main/java/com/pig4cloud/pigx/common/swagger/config/SwaggerProperties.java

@@ -35,7 +35,7 @@ public class SwaggerProperties {
 	/**
 	 * 是否开启swagger
 	 */
-	private Boolean ebabled;
+	private Boolean enabled;
 	/**
 	 * swagger会解析的包路径
 	 **/