同步ruoyi版本

This commit is contained in:
dftre 2024-09-03 10:50:49 +08:00
parent f394d3bbe8
commit 4e3093b801
4 changed files with 4 additions and 8 deletions

View File

@ -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",

View File

@ -10,7 +10,7 @@
<img alt="logo" src="./doc/image/logo.png">
</span>
</p>
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi-Geek v3.8.7.3.3</h1>
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi-Geek v3.8.8.3.1</h1>
<h4 align="center">基于SpringBoot3+Vue3前后端分离的Java快速开发框架</h4>
<p align="center">
<img src="https://img.shields.io/github/license/mashape/apistatus.svg">
@ -19,7 +19,7 @@
# 当前版本是3.8.7.3.3
# 当前版本是3.8.8.3.1
本人的其他两个推荐搭配的项目

View File

@ -28,7 +28,7 @@
<pagehelper.boot.version>2.1.0</pagehelper.boot.version>
<fastjson.version>2.0.45</fastjson.version>
<jackson.version>2.9.8</jackson.version>
<oshi.version>6.4.11</oshi.version>
<oshi.version>6.6.3</oshi.version>
<commons.io.version>2.11.0</commons.io.version>
<commons.collections.version>3.2.2</commons.collections.version>
<poi.version>5.2.3</poi.version>

View File

@ -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()";
/**
* 仅支持字母数字下划线空格逗号小数点支持多个字段排序