27 Star 30 Fork 12

星缘/good-manage-dubbo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
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.jk</groupId>
<artifactId>good-manage</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<!--子模块-->
<modules>
<module>ztcheck-client</module>
<module>product-client</module>
<module>good-manage-admin</module>
<module>ztcheck</module>
</modules>
<!--父工程的springBoot父工程依赖-->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.3.RELEASE</version>
</parent>
<!--父工程负责版本控制-->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<thymeleaf.version>3.0.0.RELEASE</thymeleaf.version>
<thymeleaf-layout-dialect.version>2.0.0</thymeleaf-layout-dialect.version>
<shiro.version>1.3.2</shiro.version>
<thymeleaf-shiro.version>2.0.0</thymeleaf-shiro.version>
<hutool.version>2.16.0</hutool.version>
<commons-io.version>2.4</commons-io.version>
<commons-lang3.version>3.5</commons-lang3.version>
<commons-fileupload.version>1.3.2</commons-fileupload.version>
<druid.version>1.0.18</druid.version>
<commons-codec.version>1.10</commons-codec.version>
<quartz.version>2.3.0</quartz.version>
<lombok.version>1.16.14</lombok.version>
<mybatis-spring-boot.version>1.2.0</mybatis-spring-boot.version>
<pagehelper-spring-boot.version>1.1.0</pagehelper-spring-boot.version>
<mapper-spring-boot.version>1.1.0</mapper-spring-boot.version>
<java.version>1.8</java.version>
<springfox.version>2.6.1</springfox.version>
<dubbo.version>2.5.3</dubbo.version>
<zookeeper.version>3.4.5</zookeeper.version>
<zkclient.version>0.1</zkclient.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/1341541819.com/good-manage-dubbo.git
[email protected]:1341541819.com/good-manage-dubbo.git
1341541819.com
good-manage-dubbo
good-manage-dubbo
master

搜索帮助