2022-03-10 17:08:50 +08:00
|
|
|
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
2022-03-11 17:38:47 +08:00
|
|
|
<version>2.4.2</version>
|
|
|
|
<relativePath/>
|
2022-03-10 17:08:50 +08:00
|
|
|
</parent>
|
2022-03-11 17:38:47 +08:00
|
|
|
<groupId>cn.com</groupId>
|
|
|
|
<artifactId>oa</artifactId>
|
2022-03-10 17:08:50 +08:00
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
2022-03-11 17:38:47 +08:00
|
|
|
<name>oa</name>
|
|
|
|
<description>OA办公系统</description>
|
2022-03-10 17:08:50 +08:00
|
|
|
<properties>
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
<mysql.version>8.0.22</mysql.version>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
2022-03-11 17:38:47 +08:00
|
|
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
2022-03-10 17:08:50 +08:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
2022-03-11 17:38:47 +08:00
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
2022-03-10 17:08:50 +08:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2022-03-11 17:38:47 +08:00
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
<version>2.2.2</version>
|
2022-03-10 17:08:50 +08:00
|
|
|
</dependency>
|
2022-03-11 17:38:47 +08:00
|
|
|
|
2022-03-10 17:08:50 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
<version>${mysql.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2022-03-11 17:38:47 +08:00
|
|
|
|
|
|
|
<!-- wgink start -->
|
2022-03-10 17:08:50 +08:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
2022-03-11 17:38:47 +08:00
|
|
|
<artifactId>login-base</artifactId>
|
2022-03-10 17:08:50 +08:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2022-03-11 17:38:47 +08:00
|
|
|
|
|
|
|
|
2022-03-10 17:08:50 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
2022-03-11 17:38:47 +08:00
|
|
|
<artifactId>service-group</artifactId>
|
2022-03-10 17:08:50 +08:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
2022-03-11 17:38:47 +08:00
|
|
|
<artifactId>service-position</artifactId>
|
2022-03-10 17:08:50 +08:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>service-role</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2022-03-24 16:00:04 +08:00
|
|
|
<!-- aspose -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.aspose</groupId>
|
|
|
|
<artifactId>aspose-words</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/src/main/resources/jar/aspose-words-16.8.0.jar</systemPath>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.aspose</groupId>
|
|
|
|
<artifactId>aspose-cells</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/src/main/resources/jar/aspose-cells-8.5.2.jar</systemPath>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.aspose</groupId>
|
|
|
|
<artifactId>aspose-slides</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/src/main/resources/jar/aspose.slides-19.3.jar</systemPath>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
</dependency>
|
2022-03-10 17:08:50 +08:00
|
|
|
|
2022-03-25 15:49:13 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<version>1.16.18</version>
|
|
|
|
</dependency>
|
|
|
|
|
2022-03-10 17:08:50 +08:00
|
|
|
|
2022-03-11 17:38:47 +08:00
|
|
|
<!-- wgink end -->
|
2022-03-10 17:08:50 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
2022-03-11 17:38:47 +08:00
|
|
|
<configuration>
|
2022-03-24 16:00:04 +08:00
|
|
|
<includeSystemScope>true</includeSystemScope>
|
2022-03-11 17:38:47 +08:00
|
|
|
<excludes>
|
|
|
|
<exclude>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
2022-03-10 17:08:50 +08:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
</project>
|