完成支付、电子面单、模板消息队列等功能
This commit is contained in:
24
yshop-module-express/pom.xml
Normal file
24
yshop-module-express/pom.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?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">
|
||||
<parent>
|
||||
<groupId>co.yixiang.boot</groupId>
|
||||
<artifactId>yshop</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>yshop-module-express</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>yshop-module-express-api</module>
|
||||
<module>yshop-module-express-biz</module>
|
||||
</modules>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>
|
||||
pay 模块
|
||||
</description>
|
||||
|
||||
|
||||
</project>
|
Reference in New Issue
Block a user