1 Star 0 Fork 53

michael / ace-security

forked from xueqiu / ace-security 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.39 KB
一键复制 编辑 原始数据 按行查看 历史
疯狂架构师 提交于 2017-07-29 11:55 . [Feature] spring cloud config
<?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.github.wxiaoqi</groupId>
<artifactId>ace-security</artifactId>
<version>1.0-SNAPSHOT</version>
<url>https://github.com/wxiaoqi/ace-security</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.2.RELEASE</version>
</parent>
<properties>
<docker.image.prefix>ag</docker.image.prefix>
<docker.plugin.version>0.4.13</docker.plugin.version>
</properties>
<modules>
<module>ace-admin</module>
<module>ace-center</module>
<module>ace-api</module>
<module>ace-monitor</module>
<module>ace-gate</module>
<module>ace-ui</module>
<module>ace-common</module>
<module>ace-blog-parent</module>
<module>ace-config</module>
</modules>
<packaging>pom</packaging>
<developers>
<developer>
<name>ace</name>
<email>463540703@qq.com</email>
</developer>
</developers>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.14</version>
<scope>provided</scope>
</dependency>
</dependencies>
<!--依赖管理,用于管理spring-cloud的依赖,其中Camden.SR3是版本号-->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Camden.SR3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
1
https://gitee.com/yiminyangguang/ace-security.git
git@gitee.com:yiminyangguang/ace-security.git
yiminyangguang
ace-security
ace-security
master

搜索帮助