浏览代码

增加qmth-boot配置项说明

luoshi 2 年之前
父节点
当前提交
71538a8030
共有 1 个文件被更改,包括 7 次插入0 次删除
  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": []
       }
     ]
   },