From 93681ca68a83ec3e071b2f85f7ed6449509a1dfb Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 21 十一月 2024 20:09:39 +0800 Subject: [PATCH] 初始化 --- system/pom.xml | 156 ++++++++++++++++++++++++++-------------------------- 1 files changed, 78 insertions(+), 78 deletions(-) diff --git a/system/pom.xml b/system/pom.xml index 918cdd4..439845d 100644 --- a/system/pom.xml +++ b/system/pom.xml @@ -1,98 +1,98 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" 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"> - <modelVersion>4.0.0</modelVersion> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> - <artifactId>system</artifactId> + <artifactId>system</artifactId> - <parent> - <artifactId>airport-screen-backend</artifactId> - <groupId>com.hnct</groupId> - <version>1.0.0</version> - </parent> + <parent> + <artifactId>project-management</artifactId> + <groupId>com.ycl</groupId> + <version>1.0.0</version> + </parent> - <name>system</name> + <name>system</name> - <dependencies> + <dependencies> - <!-- swagger-knife --> - <dependency> - <groupId>com.github.xiaoymin</groupId> - <artifactId>knife4j-spring-boot-starter</artifactId> - </dependency> + <!-- swagger-knife --> + <dependency> + <groupId>com.github.xiaoymin</groupId> + <artifactId>knife4j-spring-boot-starter</artifactId> + </dependency> - <!-- easy excel --> - <dependency> - <groupId>com.alibaba</groupId> - <artifactId>easyexcel</artifactId> - </dependency> + <!-- easy excel --> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + </dependency> - <!-- MybatisPlus --> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>mybatis-plus-boot-starter</artifactId> - </dependency> + <!-- MybatisPlus --> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-boot-starter</artifactId> + </dependency> - <!-- 楠岃瘉鐮� --> - <dependency> - <groupId>pro.fessional</groupId> - <artifactId>kaptcha</artifactId> - <exclusions> - <exclusion> - <artifactId>servlet-api</artifactId> - <groupId>javax.servlet</groupId> - </exclusion> - </exclusions> - </dependency> + <!-- 楠岃瘉鐮� --> + <dependency> + <groupId>pro.fessional</groupId> + <artifactId>kaptcha</artifactId> + <exclusions> + <exclusion> + <artifactId>servlet-api</artifactId> + <groupId>javax.servlet</groupId> + </exclusion> + </exclusions> + </dependency> - <!-- 鑾峰彇绯荤粺淇℃伅 --> - <dependency> - <groupId>com.github.oshi</groupId> - <artifactId>oshi-core</artifactId> - </dependency> + <!-- 鑾峰彇绯荤粺淇℃伅 --> + <dependency> + <groupId>com.github.oshi</groupId> + <artifactId>oshi-core</artifactId> + </dependency> - <!-- SpringBoot Web瀹瑰櫒 --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - </dependency> + <!-- SpringBoot Web瀹瑰櫒 --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + </dependency> - <!-- SpringBoot 鎷︽埅鍣� --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-aop</artifactId> - </dependency> + <!-- SpringBoot 鎷︽埅鍣� --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-aop</artifactId> + </dependency> - <!-- velocity浠g爜鐢熸垚浣跨敤妯℃澘 --> - <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity-engine-core</artifactId> - </dependency> + <!-- velocity浠g爜鐢熸垚浣跨敤妯℃澘 --> + <dependency> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity-engine-core</artifactId> + </dependency> - <!-- 闃块噷鏁版嵁搴撹繛鎺ユ睜 --> - <dependency> - <groupId>com.alibaba</groupId> - <artifactId>druid-spring-boot-starter</artifactId> - </dependency> + <!-- 闃块噷鏁版嵁搴撹繛鎺ユ睜 --> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>druid-spring-boot-starter</artifactId> + </dependency> - <!-- 瀹氭椂浠诲姟 --> - <dependency> - <groupId>org.quartz-scheduler</groupId> - <artifactId>quartz</artifactId> - <exclusions> - <exclusion> - <groupId>com.mchange</groupId> - <artifactId>c3p0</artifactId> - </exclusion> - </exclusions> - </dependency> + <!-- 瀹氭椂浠诲姟 --> + <dependency> + <groupId>org.quartz-scheduler</groupId> + <artifactId>quartz</artifactId> + <exclusions> + <exclusion> + <groupId>com.mchange</groupId> + <artifactId>c3p0</artifactId> + </exclusion> + </exclusions> + </dependency> - <!-- 閫氱敤宸ュ叿--> - <dependency> - <groupId>com.hnct</groupId> - <artifactId>common</artifactId> - </dependency> + <!-- 閫氱敤宸ュ叿--> + <dependency> + <groupId>com.ycl</groupId> + <artifactId>common</artifactId> + </dependency> - </dependencies> + </dependencies> </project> -- Gitblit v1.8.0