RuoYi hace 5 años
padre
commit
cca4eeae72

+ 10 - 10
README.md

@@ -4,8 +4,8 @@
4 4
 * 后端采用Spring Boot、Spring Cloud & Alibaba。
5 5
 * 注册中心、配置中心选型Nacos,权限认证使用OAuth2。
6 6
 * 流量控制框架选型Sentinel。
7
-* 感谢[ruoyi-cloud-design](https://gitee.com/zhangmrit/ruoyi-cloud),[pig](https://gitee.com/log4j/pig)。
8 7
 * 如需不分离应用,请移步 [RuoYi](https://gitee.com/y_project/RuoYi),如需分离应用,请移步 [RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue)
8
+* 感谢[ruoyi-cloud-design](https://gitee.com/zhangmrit/ruoyi-cloud),[pig](https://gitee.com/log4j/pig)。
9 9
 * 阿里云优惠券:[点我进入](https://www.aliyun.com/minisite/goods?userCode=brki8iof&share_source=copy_link),腾讯云优惠券:[点我领取](https://cloud.tencent.com/redirect.php?redirect=1025&cps_key=198c8df2ed259157187173bc7f4f32fd&from=console)  
10 10
 
11 11
 
@@ -74,27 +74,27 @@ com.ruoyi
74 74
         <td><img src="https://oscimg.oschina.net/oscnet/1cbcf0e6f257c7d3a063c0e3f2ff989e4b3.jpg"/></td>
75 75
     </tr>
76 76
     <tr>
77
-        <td><img src="https://oscimg.oschina.net/oscnet/707825ad3f29de74a8d6d02fbd73ad631ea.jpg"/></td>
78
-        <td><img src="https://oscimg.oschina.net/oscnet/46be40cc6f01aa300eed53a19b5012bf484.jpg"/></td>
77
+        <td><img src="https://oscimg.oschina.net/oscnet/up-8074972883b5ba0622e13246738ebba237a.png"/></td>
78
+        <td><img src="https://oscimg.oschina.net/oscnet/up-9f88719cdfca9af2e58b352a20e23d43b12.png"/></td>
79 79
     </tr>
80 80
     <tr>
81
-        <td><img src="https://oscimg.oschina.net/oscnet/4284796d4cea240d181b8f2201813dda710.jpg"/></td>
82
-        <td><img src="https://oscimg.oschina.net/oscnet/3ecfac87a049f7fe36abbcaafb2c40d36cf.jpg"/></td>
81
+        <td><img src="https://oscimg.oschina.net/oscnet/up-39bf2584ec3a529b0d5a3b70d15c9b37646.png"/></td>
82
+        <td><img src="https://oscimg.oschina.net/oscnet/up-936ec82d1f4872e1bc980927654b6007307.png"/></td>
83 83
     </tr>
84 84
 	<tr>
85
-        <td><img src="https://oscimg.oschina.net/oscnet/71c2d48905221a09a728df4aff4160b8607.jpg"/></td>
86
-        <td><img src="https://oscimg.oschina.net/oscnet/c14c1ee9a64a6a9c2c22f67d43198767dbe.jpg"/></td>
85
+        <td><img src="https://oscimg.oschina.net/oscnet/up-b2d62ceb95d2dd9b3fbe157bb70d26001e9.png"/></td>
86
+        <td><img src="https://oscimg.oschina.net/oscnet/up-d67451d308b7a79ad6819723396f7c3d77a.png"/></td>
87 87
     </tr>	 
88 88
     <tr>
89 89
         <td><img src="https://oscimg.oschina.net/oscnet/5e8c387724954459291aafd5eb52b456f53.jpg"/></td>
90 90
         <td><img src="https://oscimg.oschina.net/oscnet/644e78da53c2e92a95dfda4f76e6d117c4b.jpg"/></td>
91 91
     </tr>
92 92
 	<tr>
93
-        <td><img src="https://oscimg.oschina.net/oscnet/fdea1d8bb8625c27bf964176a2c8ebc6945.jpg"/></td>
94
-        <td><img src="https://oscimg.oschina.net/oscnet/509d2708cfd762b6e6339364cac1cc1970c.jpg"/></td>
93
+        <td><img src="https://oscimg.oschina.net/oscnet/up-8370a0d02977eebf6dbf854c8450293c937.png"/></td>
94
+        <td><img src="https://oscimg.oschina.net/oscnet/up-49003ed83f60f633e7153609a53a2b644f7.png"/></td>
95 95
     </tr>
96 96
 	<tr>
97
-        <td><img src="https://oscimg.oschina.net/oscnet/up-f1fd681cc9d295db74e85ad6d2fe4389454.png"/></td>
97
+        <td><img src="https://oscimg.oschina.net/oscnet/up-d4fe726319ece268d4746602c39cffc0621.png"/></td>
98 98
         <td><img src="https://oscimg.oschina.net/oscnet/up-c195234bbcd30be6927f037a6755e6ab69c.png"/></td>
99 99
     </tr>
100 100
 	<tr>

+ 2 - 2
pom.xml

@@ -6,14 +6,14 @@
6 6
 
7 7
     <groupId>com.ruoyi</groupId>
8 8
     <artifactId>ruoyi</artifactId>
9
-    <version>2.0.0</version>
9
+    <version>2.1.0</version>
10 10
 
11 11
     <name>ruoyi</name>
12 12
     <url>http://www.ruoyi.vip</url>
13 13
     <description>若依微服务系统</description>
14 14
 
15 15
     <properties>
16
-        <ruoyi.version>2.0.0</ruoyi.version>
16
+        <ruoyi.version>2.1.0</ruoyi.version>
17 17
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 18
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19 19
         <java.version>1.8</java.version>

+ 1 - 1
ruoyi-api/pom.xml

@@ -4,7 +4,7 @@
4 4
     <parent>
5 5
         <groupId>com.ruoyi</groupId>
6 6
         <artifactId>ruoyi</artifactId>
7
-        <version>2.0.0</version>
7
+        <version>2.1.0</version>
8 8
     </parent>
9 9
     <modelVersion>4.0.0</modelVersion>
10 10
 

+ 1 - 1
ruoyi-api/ruoyi-api-system/pom.xml

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.ruoyi</groupId>
7 7
         <artifactId>ruoyi-api</artifactId>
8
-        <version>2.0.0</version>
8
+        <version>2.1.0</version>
9 9
     </parent>
10 10
     <modelVersion>4.0.0</modelVersion>
11 11
     

+ 1 - 1
ruoyi-auth/pom.xml

@@ -4,7 +4,7 @@
4 4
     <parent>
5 5
         <groupId>com.ruoyi</groupId>
6 6
         <artifactId>ruoyi</artifactId>
7
-        <version>2.0.0</version>
7
+        <version>2.1.0</version>
8 8
     </parent>
9 9
     <modelVersion>4.0.0</modelVersion>
10 10
     

+ 1 - 1
ruoyi-common/pom.xml

@@ -4,7 +4,7 @@
4 4
     <parent>
5 5
         <groupId>com.ruoyi</groupId>
6 6
         <artifactId>ruoyi</artifactId>
7
-        <version>2.0.0</version>
7
+        <version>2.1.0</version>
8 8
     </parent>
9 9
     <modelVersion>4.0.0</modelVersion>
10 10
 

+ 1 - 1
ruoyi-common/ruoyi-common-core/pom.xml

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.ruoyi</groupId>
7 7
         <artifactId>ruoyi-common</artifactId>
8
-        <version>2.0.0</version>
8
+        <version>2.1.0</version>
9 9
     </parent>
10 10
     <modelVersion>4.0.0</modelVersion>
11 11
 

+ 1 - 1
ruoyi-common/ruoyi-common-datascope/pom.xml

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.ruoyi</groupId>
7 7
         <artifactId>ruoyi-common</artifactId>
8
-        <version>2.0.0</version>
8
+        <version>2.1.0</version>
9 9
     </parent>
10 10
     <modelVersion>4.0.0</modelVersion>
11 11
     

+ 1 - 1
ruoyi-common/ruoyi-common-log/pom.xml

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.ruoyi</groupId>
7 7
         <artifactId>ruoyi-common</artifactId>
8
-        <version>2.0.0</version>
8
+        <version>2.1.0</version>
9 9
     </parent>
10 10
     <modelVersion>4.0.0</modelVersion>
11 11
     

+ 1 - 1
ruoyi-common/ruoyi-common-redis/pom.xml

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.ruoyi</groupId>
7 7
         <artifactId>ruoyi-common</artifactId>
8
-        <version>2.0.0</version>
8
+        <version>2.1.0</version>
9 9
     </parent>
10 10
     <modelVersion>4.0.0</modelVersion>
11 11
     

+ 1 - 1
ruoyi-common/ruoyi-common-security/pom.xml

@@ -4,7 +4,7 @@
4 4
     <parent>
5 5
         <groupId>com.ruoyi</groupId>
6 6
         <artifactId>ruoyi-common</artifactId>
7
-        <version>2.0.0</version>
7
+        <version>2.1.0</version>
8 8
     </parent>
9 9
     <modelVersion>4.0.0</modelVersion>
10 10
     

+ 1 - 1
ruoyi-common/ruoyi-common-swagger/pom.xml

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.ruoyi</groupId>
7 7
         <artifactId>ruoyi-common</artifactId>
8
-        <version>2.0.0</version>
8
+        <version>2.1.0</version>
9 9
     </parent>
10 10
     <modelVersion>4.0.0</modelVersion>
11 11
     

+ 1 - 1
ruoyi-gateway/pom.xml

@@ -4,7 +4,7 @@
4 4
     <parent>
5 5
         <groupId>com.ruoyi</groupId>
6 6
         <artifactId>ruoyi</artifactId>
7
-        <version>2.0.0</version>
7
+        <version>2.1.0</version>
8 8
     </parent>
9 9
     <modelVersion>4.0.0</modelVersion>
10 10
 

+ 1 - 1
ruoyi-modules/pom.xml

@@ -4,7 +4,7 @@
4 4
     <parent>
5 5
         <groupId>com.ruoyi</groupId>
6 6
         <artifactId>ruoyi</artifactId>
7
-        <version>2.0.0</version>
7
+        <version>2.1.0</version>
8 8
     </parent>
9 9
     <modelVersion>4.0.0</modelVersion>
10 10
 

+ 1 - 1
ruoyi-modules/ruoyi-gen/pom.xml

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.ruoyi</groupId>
7 7
         <artifactId>ruoyi-modules</artifactId>
8
-        <version>2.0.0</version>
8
+        <version>2.1.0</version>
9 9
     </parent>
10 10
     <modelVersion>4.0.0</modelVersion>
11 11
 

+ 1 - 1
ruoyi-modules/ruoyi-job/pom.xml

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.ruoyi</groupId>
7 7
         <artifactId>ruoyi-modules</artifactId>
8
-        <version>2.0.0</version>
8
+        <version>2.1.0</version>
9 9
     </parent>
10 10
     <modelVersion>4.0.0</modelVersion>
11 11
 

+ 1 - 1
ruoyi-modules/ruoyi-system/pom.xml

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.ruoyi</groupId>
7 7
         <artifactId>ruoyi-modules</artifactId>
8
-        <version>2.0.0</version>
8
+        <version>2.1.0</version>
9 9
     </parent>
10 10
     <modelVersion>4.0.0</modelVersion>
11 11
 	

+ 1 - 1
ruoyi-ui/package.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "ruoyi",
3
-  "version": "2.0.0",
3
+  "version": "2.1.0",
4 4
   "description": "若依管理系统",
5 5
   "author": "若依",
6 6
   "license": "MIT",

+ 1 - 1
ruoyi-visual/pom.xml

@@ -4,7 +4,7 @@
4 4
     <parent>
5 5
         <groupId>com.ruoyi</groupId>
6 6
         <artifactId>ruoyi</artifactId>
7
-        <version>2.0.0</version>
7
+        <version>2.1.0</version>
8 8
     </parent>
9 9
     <modelVersion>4.0.0</modelVersion>
10 10
 

+ 1 - 1
ruoyi-visual/ruoyi-monitor/pom.xml

@@ -4,7 +4,7 @@
4 4
     <parent>
5 5
         <groupId>com.ruoyi</groupId>
6 6
         <artifactId>ruoyi-visual</artifactId>
7
-        <version>2.0.0</version>
7
+        <version>2.1.0</version>
8 8
     </parent>
9 9
     <modelVersion>4.0.0</modelVersion>
10 10