mirror of
https://gitee.com/dromara/Raincat.git
synced 2024-12-02 11:58:44 +08:00
20 lines
763 B
XML
20 lines
763 B
XML
<?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>
|
|
<artifactId>happylifeplat-transaction</artifactId>
|
|
<groupId>com.happylifeplat.transaction</groupId>
|
|
<version>1.1.0-RELEASE</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>happylifeplat-transaction-tx-sample</artifactId>
|
|
<packaging>pom</packaging>
|
|
<modules>
|
|
<module>happylifeplat-transaction-tx-dubbo-sample</module>
|
|
<module>happylifeplat-transaction-tx-springcloud-sample</module>
|
|
</modules>
|
|
|
|
|
|
</project> |