mall-cloud/mall-services/mall-coupon/pom.xml

30 lines
964 B
XML
Raw Normal View History

2025-07-04 09:11:03 +08:00
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>com.mall</groupId>
2025-07-07 11:30:51 +08:00
<artifactId>mall-services</artifactId>
2025-07-04 09:11:03 +08:00
<version>1.0-SNAPSHOT</version>
</parent>
2025-07-07 11:30:51 +08:00
<artifactId>mall-coupon</artifactId>
2025-07-04 09:11:03 +08:00
<packaging>jar</packaging>
2025-07-07 11:30:51 +08:00
<name>mall-coupon</name>
2025-07-04 09:11:03 +08:00
<url>https://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
2025-07-07 11:30:51 +08:00
<!-- devtools -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
2025-07-04 09:11:03 +08:00
</dependencies>
</project>