Pārlūkot izejas kodu

:bug: Fixing a bug. correct spelling

correct spelling
zoe 6 gadi atpakaļ
vecāks
revīzija
2eceeacccf

+ 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会解析的包路径
 	 **/