From caa81d1f4dbb0f608b7a6848e673eca2c4a69d10 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 24 五月 2021 16:12:46 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- ruoyi-admin/pom.xml | 39 +++++---------------------------------- 1 files changed, 5 insertions(+), 34 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 32977f3..e51c7da 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <artifactId>ruoyi</artifactId> + <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>3.4.0</version> + <version>${ruoyi-vue-plus.version}</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> @@ -22,35 +22,6 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <!-- 琛ㄧず渚濊禆涓嶄細浼犻�� --> - </dependency> - -<!-- <!– swagger2–>--> -<!-- <dependency>--> -<!-- <groupId>io.springfox</groupId>--> -<!-- <artifactId>springfox-swagger2</artifactId>--> -<!-- </dependency>--> - -<!-- <!–闃叉杩涘叆swagger椤甸潰鎶ョ被鍨嬭浆鎹㈤敊璇紝鎺掗櫎2.9.2涓殑寮曠敤锛屾墜鍔ㄥ鍔�1.5.21鐗堟湰–>--> -<!-- <dependency>--> -<!-- <groupId>io.swagger</groupId>--> -<!-- <artifactId>swagger-annotations</artifactId>--> -<!-- <version>1.5.21</version>--> -<!-- </dependency>--> - -<!-- <dependency>--> -<!-- <groupId>io.swagger</groupId>--> -<!-- <artifactId>swagger-models</artifactId>--> -<!-- <version>1.5.21</version>--> -<!-- </dependency>--> - -<!-- <dependency>--> -<!-- <groupId>com.github.xiaoymin</groupId>--> -<!-- <artifactId>swagger-bootstrap-ui</artifactId>--> -<!-- </dependency>--> - - <dependency> - <groupId>com.github.xiaoymin</groupId> - <artifactId>knife4j-spring-boot-starter</artifactId> </dependency> <!-- Mysql椹卞姩鍖� --> @@ -86,11 +57,12 @@ </dependencies> <build> + <finalName>${project.artifactId}</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>2.1.1.RELEASE</version> + <version>${spring-boot.version}</version> <configuration> <fork>true</fork> <!-- 濡傛灉娌℃湁璇ラ厤缃紝devtools涓嶄細鐢熸晥 --> </configuration> @@ -110,9 +82,8 @@ <failOnMissingWebXml>false</failOnMissingWebXml> <warName>${project.artifactId}</warName> </configuration> - </plugin> + </plugin> </plugins> - <finalName>${project.artifactId}</finalName> </build> </project> \ No newline at end of file -- Gitblit v1.9.3