<?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>
|
<version>2.1.12.RELEASE</version>
|
<relativePath/> <!-- lookup parent from repository -->
|
</parent>
|
<groupId>com.example</groupId>
|
<artifactId>FbxAnalysis</artifactId>
|
<version>0.0.1-SNAPSHOT</version>
|
<name>FbxAnalysis</name>
|
<description>FbxAnalysis</description>
|
|
<properties>
|
<java.version>1.8</java.version>
|
</properties>
|
|
<dependencies>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
<optional>true</optional>
|
</dependency>
|
<!--<dependency>
|
<groupId>mysql</groupId>
|
<artifactId>mysql-connector-java</artifactId>
|
<version>6.0.6</version>
|
</dependency>-->
|
<dependency>
|
<groupId>org.xerial</groupId>
|
<artifactId>sqlite-jdbc</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>com.google.code.gson</groupId>
|
<artifactId>gson</artifactId>
|
<version>2.8.5</version>
|
</dependency>
|
<dependency>
|
<groupId>net.sf.json-lib</groupId>
|
<artifactId>json-lib</artifactId>
|
<version>2.4</version>
|
<classifier>jdk15</classifier>
|
</dependency>
|
|
<!--mybatis 及mybatis-plus-->
|
<dependency>
|
<groupId>com.baomidou</groupId>
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
<version>3.1.2</version>
|
</dependency>
|
|
<!--knife4j-->
|
<dependency>
|
<groupId>com.github.xiaoymin</groupId>
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
<version>2.0.2</version>
|
<!--<version>2.0.6</version>-->
|
<!--<exclusions>
|
<exclusion>
|
<groupId>org.springframework.plugin</groupId>
|
<artifactId>spring-plugin-core</artifactId>
|
</exclusion>
|
</exclusions>-->
|
</dependency>
|
|
<!--连接池-->
|
<dependency>
|
<groupId>com.baomidou</groupId>
|
<artifactId>mybatis-plus-extension</artifactId>
|
<version>3.1.2</version>
|
</dependency>
|
<!--<dependency>
|
<groupId>com.alibaba</groupId>
|
<artifactId>druid</artifactId>
|
<version>1.1.10</version>
|
</dependency>-->
|
|
<!--pageHelper分页-->
|
<dependency>
|
<groupId>com.github.pagehelper</groupId>
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
<version>1.2.5</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-devtools</artifactId>
|
<scope>runtime</scope>
|
<optional>true</optional>
|
</dependency>
|
|
<dependency>
|
<groupId>org.projectlombok</groupId>
|
<artifactId>lombok</artifactId>
|
<optional>true</optional>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
<scope>test</scope>
|
</dependency>
|
<!--xml解析-->
|
<dependency>
|
<groupId>org.dom4j</groupId>
|
<artifactId>dom4j</artifactId>
|
<version>2.1.3</version>
|
</dependency>
|
|
<dependency>
|
<groupId>jaxen</groupId>
|
<artifactId>jaxen</artifactId>
|
<version>1.1.1</version>
|
</dependency>
|
<!--<dependency>
|
<groupId>cn.afterturn</groupId>
|
<artifactId>easypoi-base</artifactId>
|
<version>3.0.3</version>–
|
<version>4.1.2</version>
|
<exclusions>
|
<exclusion>
|
<groupId>com.google.guava</groupId>
|
<artifactId>guava</artifactId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
<dependency>
|
<groupId>cn.afterturn</groupId>
|
<artifactId>easypoi-web</artifactId>
|
<version>3.0.3</version>–
|
<version>4.1.2</version>
|
</dependency>
|
<dependency>
|
<groupId>cn.afterturn</groupId>
|
<artifactId>easypoi-annotation</artifactId>
|
<version>4.1.2</version>
|
</dependency>-->
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi</artifactId>
|
<version>4.1.2</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-ooxml</artifactId>
|
<version>4.1.2</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-ooxml-schemas</artifactId>
|
<version>4.1.2</version>
|
</dependency>
|
|
<dependency>
|
<groupId>cn.afterturn</groupId>
|
<artifactId>easypoi-spring-boot-starter</artifactId>
|
<version>4.1.2</version>
|
<exclusions>
|
<exclusion>
|
<groupId>com.google.guava</groupId>
|
<artifactId>guava</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-ooxml-schemas</artifactId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
</dependencies>
|
|
<build>
|
<plugins>
|
<plugin>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
<!--必须是这个1.4.2版本!!!否则打成jar无法访问页面!!-->
|
<version>1.4.2.RELEASE</version>
|
<configuration>
|
<!-- 工程主入口-->
|
<mainClass>com.whyc.FbxAnalysisApplication</mainClass>
|
<fork>true</fork>
|
<includeSystemScope>true</includeSystemScope><!--添加此项-->
|
<excludes>
|
<exclude>
|
<groupId>org.projectlombok</groupId>
|
<artifactId>lombok</artifactId>
|
<!--<version>1.18.10</version>-->
|
</exclude>
|
<exclude>
|
<groupId>com.github.xiaoymin</groupId>
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
<!--<version>2.0.2</version>-->
|
</exclude>
|
</excludes>
|
</configuration>
|
</plugin>
|
</plugins>
|
|
<!-- 指定资源文件的位置,否则maven打包的时候不会把文件打包进去,导致thymeleaf无法解析 -->
|
<resources>
|
<resource>
|
<directory>src/main/resources</directory>
|
</resource>
|
<resource>
|
<directory>src/main/webapp</directory>
|
<targetPath>META-INF/resources</targetPath>
|
<includes>
|
<include>**/**</include>
|
</includes>
|
</resource>
|
|
</resources>
|
</build>
|
|
|
</project>
|