Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
pom.xml 625 Bytes
Copy Edit Raw Blame History
坏菠萝 authored 2018-08-31 17:15 . 基于可靠消息的分布式事务
<?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.distribute.consis</groupId>
<artifactId>consis</artifactId>
<version>1.0-SNAPSHOT</version>
<modules>
<module>api-service</module>
<module>order</module>
<module>product</module>
<module>message</module>
</modules>
<packaging>pom</packaging>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化