diff --git a/.vscode/settings.json b/.vscode/settings.json index 40bb247..9dec49b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,5 @@ { "java.configuration.updateBuildConfiguration": "interactive", - "files.associations": { - "*.yml": "yaml" - }, "java.compile.nullAnalysis.mode": "disabled", "maven.view": "hierarchical", "maven.executable.options": "-T 4", @@ -10,7 +7,6 @@ "java.debug.settings.hotCodeReplace": "auto", "spring-boot.ls.java.home": "", "java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=9 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx4G -Xms4G -Xlog:disable", - // "java.compile.nullAnalysis.mode": "automatic" "maven.excludedFolders": [ "**/.vscode", "**/.idea", diff --git a/README.md b/README.md index 29f1156..fe1ca1d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ logo

-

RuoYi-Geek v3.8.7.3.3

+

RuoYi-Geek v3.8.8.3.1

基于SpringBoot3+Vue3前后端分离的Java快速开发框架

@@ -19,7 +19,7 @@ -# 当前版本是3.8.7.3.3 +# 当前版本是3.8.8.3.1 本人的其他两个推荐搭配的项目 diff --git a/pom.xml b/pom.xml index ba27712..5ddbcae 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 2.1.0 2.0.45 2.9.8 - 6.4.11 + 6.6.3 2.11.0 3.2.2 5.2.3 diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/utils/sql/SqlUtil.java b/ruoyi-common/src/main/java/com/ruoyi/common/utils/sql/SqlUtil.java index 51e1f92..2650fb7 100644 --- a/ruoyi-common/src/main/java/com/ruoyi/common/utils/sql/SqlUtil.java +++ b/ruoyi-common/src/main/java/com/ruoyi/common/utils/sql/SqlUtil.java @@ -13,7 +13,7 @@ public class SqlUtil /** * 定义常用的 sql关键字 */ - public static String SQL_REGEX = "and |extractvalue|updatexml|exec |insert |select |delete |update |drop |count |chr |mid |master |truncate |char |declare |or |+|user()"; + public static String SQL_REGEX = "and |extractvalue|updatexml|sleep|exec |insert |select |delete |update |drop |count |chr |mid |master |truncate |char |declare |or |union |like |+|/*|user()"; /** * 仅支持字母、数字、下划线、空格、逗号、小数点(支持多个字段排序)