Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
8f9f0c04
Commit
8f9f0c04
authored
Aug 13, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若依 3.1
parent
1bad003f
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
pom.xml
pom.xml
+2
-2
ruoyi-admin/pom.xml
ruoyi-admin/pom.xml
+2
-2
ruoyi-admin/src/main/resources/application.yml
ruoyi-admin/src/main/resources/application.yml
+1
-1
ruoyi-common/pom.xml
ruoyi-common/pom.xml
+1
-1
ruoyi-framework/pom.xml
ruoyi-framework/pom.xml
+1
-1
ruoyi-generator/pom.xml
ruoyi-generator/pom.xml
+1
-1
ruoyi-quartz/pom.xml
ruoyi-quartz/pom.xml
+1
-1
ruoyi-system/pom.xml
ruoyi-system/pom.xml
+1
-1
ruoyi-ui/package.json
ruoyi-ui/package.json
+1
-1
No files found.
pom.xml
View file @
8f9f0c04
...
@@ -6,14 +6,14 @@
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
<name>
ruoyi
</name>
<name>
ruoyi
</name>
<url>
http://www.ruoyi.vip
</url>
<url>
http://www.ruoyi.vip
</url>
<description>
若依管理系统
</description>
<description>
若依管理系统
</description>
<properties>
<properties>
<ruoyi.version>
3.
0
.0
</ruoyi.version>
<ruoyi.version>
3.
1
.0
</ruoyi.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
...
...
ruoyi-admin/pom.xml
View file @
8f9f0c04
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
<configuration>
<configuration>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<warName>
${project.artifactId}
</warName>
<warName>
${project.artifactId}
</warName>
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
8f9f0c04
...
@@ -3,7 +3,7 @@ ruoyi:
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
# 名称
name
:
RuoYi
name
:
RuoYi
# 版本
# 版本
version
:
3.
0
.0
version
:
3.
1
.0
# 版权年份
# 版权年份
copyrightYear
:
2019
copyrightYear
:
2019
# 实例演示开关
# 实例演示开关
...
...
ruoyi-common/pom.xml
View file @
8f9f0c04
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
8f9f0c04
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
8f9f0c04
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
8f9f0c04
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
8f9f0c04
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
8f9f0c04
{
{
"name"
:
"ruoyi"
,
"name"
:
"ruoyi"
,
"version"
:
"3.
0
.0"
,
"version"
:
"3.
1
.0"
,
"description"
:
"若依管理系统"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment