1 Star 0 Fork 11

gbtyy/base-demo

forked from zhm/base-demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
zhm 提交于 2017-03-25 18:17 . Init
<?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.zhm</groupId>
<artifactId>root</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>root</name>
<url>http://maven.apache.org</url>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<modules>
<!-- OAuth服务 -->
<module>oauth-server</module>
<!-- API网关 -->
<module>api-gateway</module>
<!-- APP用户服务 -->
<module>api-user</module>
<!-- APP公共服务 -->
<module>api-common</module>
<!-- 后台管理 -->
<module>mgr-server</module>
<!-- 数据库对应的bean -->
<module>db-bean</module>
<!-- OAuth管理 -->
<module>oauth-mgr</module>
</modules>
<dependencies>
<!-- 时间工具包 -->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.5</version>
</dependency>
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-core</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
</dependency>
<!-- 防sql注入工具 -->
<dependency>
<groupId>com.github.rkpunjal.sqlsafe</groupId>
<artifactId>sql-injection-safe</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>3.3.0</version>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/gbtyy/base-demo.git
git@gitee.com:gbtyy/base-demo.git
gbtyy
base-demo
base-demo
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385