同步ruoyi版本
This commit is contained in:
parent
f394d3bbe8
commit
4e3093b801
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"java.configuration.updateBuildConfiguration": "interactive",
|
"java.configuration.updateBuildConfiguration": "interactive",
|
||||||
"files.associations": {
|
|
||||||
"*.yml": "yaml"
|
|
||||||
},
|
|
||||||
"java.compile.nullAnalysis.mode": "disabled",
|
"java.compile.nullAnalysis.mode": "disabled",
|
||||||
"maven.view": "hierarchical",
|
"maven.view": "hierarchical",
|
||||||
"maven.executable.options": "-T 4",
|
"maven.executable.options": "-T 4",
|
||||||
@ -10,7 +7,6 @@
|
|||||||
"java.debug.settings.hotCodeReplace": "auto",
|
"java.debug.settings.hotCodeReplace": "auto",
|
||||||
"spring-boot.ls.java.home": "",
|
"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.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": [
|
"maven.excludedFolders": [
|
||||||
"**/.vscode",
|
"**/.vscode",
|
||||||
"**/.idea",
|
"**/.idea",
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<img alt="logo" src="./doc/image/logo.png">
|
<img alt="logo" src="./doc/image/logo.png">
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</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>
|
<h4 align="center">基于SpringBoot3+Vue3前后端分离的Java快速开发框架</h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://img.shields.io/github/license/mashape/apistatus.svg">
|
<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
|
||||||
|
|
||||||
本人的其他两个推荐搭配的项目
|
本人的其他两个推荐搭配的项目
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -28,7 +28,7 @@
|
|||||||
<pagehelper.boot.version>2.1.0</pagehelper.boot.version>
|
<pagehelper.boot.version>2.1.0</pagehelper.boot.version>
|
||||||
<fastjson.version>2.0.45</fastjson.version>
|
<fastjson.version>2.0.45</fastjson.version>
|
||||||
<jackson.version>2.9.8</jackson.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.io.version>2.11.0</commons.io.version>
|
||||||
<commons.collections.version>3.2.2</commons.collections.version>
|
<commons.collections.version>3.2.2</commons.collections.version>
|
||||||
<poi.version>5.2.3</poi.version>
|
<poi.version>5.2.3</poi.version>
|
||||||
|
@ -13,7 +13,7 @@ public class SqlUtil
|
|||||||
/**
|
/**
|
||||||
* 定义常用的 sql关键字
|
* 定义常用的 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()";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 仅支持字母、数字、下划线、空格、逗号、小数点(支持多个字段排序)
|
* 仅支持字母、数字、下划线、空格、逗号、小数点(支持多个字段排序)
|
||||||
|
Loading…
Reference in New Issue
Block a user