40 Star 60 Fork 22

赵伟伟 / spring-cloud的后台系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
赵伟伟 提交于 2017-04-28 19:54 . 升级boot
<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>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>Dalston.RELEASE</version>
</parent>
<groupId>com.wolfking</groupId>
<artifactId>wolfking-back-system</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>wolfking的后台系统</name>
<description>wolfking的后台系统-基于springcloud-Dalston.RELEASE版本</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<repositories>
<repository>
<id>nexus-aliyun</id>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>nexus-aliyun-plugin</id>
<name>nexus-aliyun-plugin</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</pluginRepository>
</pluginRepositories>
<modules>
<module>service-discovery</module>
<module>service-gateway</module>
<module>config-server</module>
<module>back-core</module>
<module>back-static</module>
<module>sso-auth</module>
<module>cms</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/wolfking/wolfking-back-system.git
git@gitee.com:wolfking/wolfking-back-system.git
wolfking
wolfking-back-system
spring-cloud的后台系统
master

搜索帮助