Browse Source

增加qmth-boot配置项说明

luoshi 2 years ago
parent
commit
71538a8030
1 changed files with 7 additions and 0 deletions
  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": []
       }
     ]
   },