Skip to content

Commit 4bd2312

Browse files
committed
1
1 parent 0973e3a commit 4bd2312

File tree

1,172 files changed

+232
-340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,172 files changed

+232
-340
lines changed

doc/bat/clean.bat

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@echo off
2+
echo.
3+
echo [ĐĹϢ] ÇĺŔíÉúłÉ¡žśĄŁ
4+
echo.
5+
pause
6+
echo.
7+
8+
cd %~dp0
9+
cd..
10+
11+
call mvn clean
12+
13+
cd bin
14+
pause

doc/bat/package.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@echo off
2+
echo.
3+
echo [信息] 打包工程,生成jar包文件。
4+
echo.
5+
pause
6+
echo.
7+
8+
cd %~dp0
9+
cd..
10+
11+
call mvn clean package -Dmaven.test.skip=true
12+
13+
pause

doc/jun_ssm_boot/doc/ruoyi-layui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
<plugin>
229229
<groupId>org.apache.maven.plugins</groupId>
230230
<artifactId>maven-compiler-plugin</artifactId>
231-
<version>3.1</version>
231+
<version>1.0</version>
232232
<configuration>
233233
<source>${java.version}</source>
234234
<target>${java.version}</target>

doc/jun_ssm_boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<plugin>
234234
<groupId>org.apache.maven.plugins</groupId>
235235
<artifactId>maven-compiler-plugin</artifactId>
236-
<version>3.1</version>
236+
<version>1.0</version>
237237
<configuration>
238238
<source>${java.version}</source>
239239
<target>${java.version}</target>
File renamed without changes.

jun_springboot_modules/jun_springboot_app/pom.xml renamed to jun_springboot_app/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<parent>
5-
<artifactId>jun_springboot_modules</artifactId>
5+
<artifactId>jun_springboot_plugin</artifactId>
66
<groupId>com.jun.plugin</groupId>
7-
<version>3.1</version>
7+
<version>1.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<packaging>jar</packaging>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.jun.plugin</groupId>
9898
<artifactId>jun_springboot_system</artifactId>
99-
<version>3.1</version>
99+
<version>1.0</version>
100100
<scope>compile</scope>
101101
</dependency>
102102

0 commit comments

Comments
 (0)