Przeglądaj źródła

增加qmth-boot配置项说明

luoshi 2 lat temu
rodzic
commit
71538a8030
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      src/main/resources/property/qmth-boot.json

+ 7 - 0
src/main/resources/property/qmth-boot.json

@@ -133,6 +133,13 @@
           "error",
           "off"
         ]
+      },
+      {
+        "key": "com.qmth.mybatis.block-attack",
+        "description": "mybatis开启防攻击插件,默认开启",
+        "type": "boolean",
+        "defaultValue": true,
+        "options": []
       }
     ]
   },