Skip to content

Commit 46927e6

Browse files
committed
release: 3.2.0
1 parent 2c28e27 commit 46927e6

10 files changed

Lines changed: 191 additions & 103 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
<groupId>com.ruoyi</groupId>
88
<artifactId>ruoyi</artifactId>
9-
<version>3.1.0</version>
9+
<version>3.2.0</version>
1010

1111
<name>ruoyi</name>
1212
<url>https://github.com/lerry903/RuoYi</url>
1313
<description>若依管理系统</description>
1414

1515
<properties>
16-
<ruoyi.version>3.1.0</ruoyi.version>
16+
<ruoyi.version>3.2.0</ruoyi.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919
<java.version>1.8</java.version>

ruoyi-admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ruoyi</artifactId>
77
<groupId>com.ruoyi</groupId>
8-
<version>3.1.0</version>
8+
<version>3.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

ruoyi-admin/src/main/resources/application.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ ruoyi:
55
# 描述
66
description: 若依管理系统
77
# 版本
8-
version: 3.1.0
8+
version: 3.2.0
99
# 获取ip地址开关
1010
addressEnabled: true
1111
#演示模式
1212
demoMode: false
13+
# 文件上传路径
14+
profile: D:/profile/
1315

1416
# 开发环境配置
1517
server:

ruoyi-admin/src/main/resources/templates/main.html

Lines changed: 179 additions & 93 deletions
Large diffs are not rendered by default.

ruoyi-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ruoyi</artifactId>
77
<groupId>com.ruoyi</groupId>
8-
<version>3.1.0</version>
8+
<version>3.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ruoyi-common/src/main/java/com/ruoyi/common/config/Global.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static String getName() {
7777
* 获取项目版本
7878
*/
7979
public static String getVersion() {
80-
return StringUtils.nvl(getConfig("ruoyi.version"), "3.1.0");
80+
return StringUtils.nvl(getConfig("ruoyi.version"), "3.2.0");
8181
}
8282

8383
/**

ruoyi-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ruoyi</artifactId>
77
<groupId>com.ruoyi</groupId>
8-
<version>3.1.0</version>
8+
<version>3.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ruoyi-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ruoyi</artifactId>
77
<groupId>com.ruoyi</groupId>
8-
<version>3.1.0</version>
8+
<version>3.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ruoyi-quartz/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ruoyi</artifactId>
77
<groupId>com.ruoyi</groupId>
8-
<version>3.1.0</version>
8+
<version>3.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ruoyi-system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ruoyi</artifactId>
77
<groupId>com.ruoyi</groupId>
8-
<version>3.1.0</version>
8+
<version>3.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)