1 Star 0 Fork 40

deku / dongbb-cloud

forked from 字母哥哥 / dongbb-cloud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 3.65 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.zimug</groupId>
<artifactId>dongbb-cloud</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<modules>
<module>aservice-rbac</module>
<module>aservice-sms</module>
<module>zimug-web-spring-boot-starter</module>
<module>zimug-server-eureka</module>
<module>dbcloud-persistence-spring-boot-starter</module>
<module>zimug-server-gateway</module>
<module>dbcloud-security-spring-boot-starter</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Hoxton.SR3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.5.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- 在父项目中加入alibaba项目版本管理依赖-->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2.2.1.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.zimug.dongbb.cloud</groupId>
<artifactId>zimug-web-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.zimug.dongbb.cloud</groupId>
<artifactId>dbcloud-persistence-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.zimug.dongbb.cloud</groupId>
<artifactId>dbcloud-security-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>1.3.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.10</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/sssdeku/dongbb-cloud.git
git@gitee.com:sssdeku/dongbb-cloud.git
sssdeku
dongbb-cloud
dongbb-cloud
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891