| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-parent</artifactId> |
| | | <version>2.3.3.RELEASE</version> |
| | | <relativePath/> <!-- lookup parent from repository --> |
| | | <relativePath/> |
| | | <!-- lookup parent from repository --> |
| | | </parent> |
| | | |
| | | <properties> |
| | |
| | | <!-- tk.mybatis --> |
| | | <mapper.plugin>tk.mybatis.mapper.generator.MapperPlugin</mapper.plugin> |
| | | <mapper.Mapper>tk.mybatis.mapper.common.Mapper</mapper.Mapper> |
| | | <itext.version>7.2.2</itext.version> |
| | | </properties> |
| | | |
| | | <dependencies> |
| | |
| | | |
| | | <!-- https://mvnrepository.com/artifact/com.alibaba/druid --> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | | <version>1.1.6</version> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | | <version>1.1.6</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson --> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>1.2.74</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/net.coobird/thumbnailator --> |
| | |
| | | <artifactId>poi</artifactId> |
| | | <version>4.1.2</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>4.1.2</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-excelant --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.apache.poi</groupId>--> |
| | | <!-- <artifactId>poi-excelant</artifactId>--> |
| | | <!-- <version>5.2.2</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | |
| | | <!--阿里云推送--> |
| | | <dependency> |
| | |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>aliyun-java-sdk-core</artifactId> |
| | | <version>[4.3.2,5.0.0)</version> |
| | | </dependency> |
| | | <!-- 阿里nlp自然语言处理--> |
| | | <dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>aliyun-java-sdk-alinlp</artifactId> |
| | | <version>1.0.20</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.jayway.jsonpath</groupId> |
| | |
| | | <groupId>io.springfox</groupId> |
| | | <artifactId>springfox-staticdocs</artifactId> |
| | | <version>2.6.1</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- pdf:start --> |
| | | <!-- https://mvnrepository.com/artifact/com.itextpdf/itext7-core --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.itextpdf</groupId>--> |
| | | <!-- <artifactId>itext7-core</artifactId>--> |
| | | <!-- <version>${itext.version}</version>--> |
| | | <!-- <type>pom</type>--> |
| | | <!-- </dependency>--> |
| | | <!-- https://mvnrepository.com/artifact/com.itextpdf/html2pdf --> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>html2pdf</artifactId> |
| | | <version>4.0.2</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox --> |
| | | <dependency> |
| | | <groupId>org.apache.pdfbox</groupId> |
| | | <artifactId>pdfbox</artifactId> |
| | | <version>2.0.26</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/com.itextpdf/font-asian --> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>font-asian</artifactId> |
| | | <version>${itext.version}</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <!-- 支持css样式渲染 --> |
| | | <dependency> |
| | | <groupId>org.xhtmlrenderer</groupId> |
| | | <artifactId>flying-saucer-pdf-itext5</artifactId> |
| | | <version>9.1.16</version> |
| | | </dependency> |
| | | <!-- 转换html为标准xhtml包 --> |
| | | <dependency> |
| | | <groupId>net.sf.jtidy</groupId> |
| | | <artifactId>jtidy</artifactId> |
| | | <version>r938</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.freemarker/freemarker --> |
| | | <dependency> |
| | | <groupId>org.freemarker</groupId> |
| | | <artifactId>freemarker</artifactId> |
| | | <version>2.3.31</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j --> |
| | | <dependency> |
| | | <groupId>com.belerweb</groupId> |
| | | <artifactId>pinyin4j</artifactId> |
| | | <version>2.5.1</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/net.sf.cssbox/pdf2dom --> |
| | | <dependency> |
| | | <groupId>net.sf.cssbox</groupId> |
| | | <artifactId>pdf2dom</artifactId> |
| | | <version>2.0.3</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/com.google.zxing/core --> |
| | | <dependency> |
| | | <groupId>com.google.zxing</groupId> |
| | | <artifactId>core</artifactId> |
| | | <version>3.4.0</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | |
| | | </dependency> |
| | | </dependencies> |
| | | </plugin> |
| | | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-resources-plugin</artifactId> |
| | | <configuration> |
| | | <delimiters>@</delimiters> |
| | | <useDefaultDelimiters>false</useDefaultDelimiters> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | |
| | | <resources> |
| | | <resource> |
| | | <filtering>true</filtering> |
| | | <directory>src/main/resources</directory> |
| | | <filtering>true</filtering> |
| | | <excludes> |
| | | <exclude>application-dev.yml</exclude> |
| | | <exclude>application-pro.yml</exclude> |
| | | <exclude>application.yml</exclude> |
| | | <exclude>font/</exclude> |
| | | </excludes> |
| | | </resource> |
| | | <resource> |
| | | <filtering>true</filtering> |
| | | <directory>src/main/resources</directory> |
| | | <filtering>false</filtering> |
| | | <includes> |
| | | <include>application-${profileActive}.yml</include> |
| | | <include>application.yml</include> |
| | | <include>font/</include> |
| | | </includes> |
| | | </resource> |
| | | </resources> |
| | |
| | | <properties> |
| | | <profileActive>pro</profileActive> |
| | | </properties> |
| | | <activation> |
| | | <activeByDefault>false</activeByDefault> |
| | | </activation> |
| | | </profile> |
| | | <profile> |
| | | <id>proapp</id> |
| | | <properties> |
| | | <profileActive>proapp</profileActive> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>test</id> |
| | | <properties> |
| | | <profileActive>test</profileActive> |
| | | </properties> |
| | | </profile> |
| | | </profiles> |
| | | |
| | |
| | | <repository> |
| | | <id>alimaven</id> |
| | | <name>aliyun maven</name> |
| | | <url>http://maven.aliyun.com/nexus/content/groups/public/</url> |
| | | <url>https://maven.aliyun.com/repository/public</url> |
| | | </repository> |
| | | <repository> |
| | | <id>spring-snapshots</id> |