3 Star 0 Fork 0

fisher/shared_parking

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.85 KB
一键复制 编辑 原始数据 按行查看 历史
fisher 提交于 2020-10-17 18:01 . 订单服务更新
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.4.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.woniu.shared</groupId>
<artifactId>parent</artifactId>
<version>1.0</version>
<name>parent</name>
<packaging>pom</packaging>
<description>Demo project for Spring Boot</description>
<modules>
<module>shared.common</module>
<module>shared.gateway</module>
<module>shared.person</module>
<module>shared.orders</module>
<module>shared.property</module>
<module>shared.user</module>
<module>shared.upload</module>
<module>shared.manager</module>
</modules>
<properties>
<java.version>1.8</java.version>
<com.alibaba.cloud.version>2.2.1.RELEASE</com.alibaba.cloud.version>
<spring.cloud.version>Hoxton.SR6</spring.cloud.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>${com.alibaba.cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${spring.cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fisher7/shared_parking.git
git@gitee.com:fisher7/shared_parking.git
fisher7
shared_parking
shared_parking
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385