28 Star 132 Fork 52

韩长长/hcc-flow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>
<groupId>com.hcc</groupId>
<artifactId>hcc-flow</artifactId>
<name>hcc-flow</name>
<description>hcc-flow 流程系统</description>
<packaging>pom</packaging>
<version>1.0</version>
<modules>
<module>hcc-flow-common</module>
<module>hcc-flow-model</module>
<module>hcc-flow-dao</module>
<module>hcc-flow-service</module>
<module>hcc-flow-platform-web</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.2.RELEASE</version>
</parent>
<!-- maven jar 版本管理 -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<sys.version>1.0</sys.version>
<jwt.version>0.9.1</jwt.version>
<google.guava>29.0-jre</google.guava>
<fastjson.version>1.2.68</fastjson.version>
<druid.version>1.1.22</druid.version>
<org.mybatis.version>3.5.4</org.mybatis.version>
<mybatis.starter.version>2.1.2</mybatis.starter.version>
<swagger.version>2.9.2</swagger.version>
<easyexcel.version>1.1.2-beta5</easyexcel.version>
<commons.net.version>3.6</commons.net.version>
<commons.io.version>2.6</commons.io.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.logging.version>1.2</commons.logging.version>
<google.zxing.version>3.4.0</google.zxing.version>
<!-- 分页插件 版本由1.2.7升级到 1.2.12+ 解决count函数中嵌套了if函数等数据库原生函数导致抛异常 -->
<pagehelper.version>1.2.13</pagehelper.version>
<net.sf.json.version>2.4</net.sf.json.version>
<com.belerweb.version>2.5.1</com.belerweb.version>
</properties>
<repositories>
<repository>
<id>aliyun</id>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>aliyun</id>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</pluginRepository>
</pluginRepositories>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hanchangchang/hcc-flow.git
[email protected]:hanchangchang/hcc-flow.git
hanchangchang
hcc-flow
hcc-flow
master

搜索帮助