gtsoft-snail-job-server/easy-retry-datasource/pom.xml
byteblogs168 4e39d9a0bc feat: 2.2.0
1. 支持多数据源
2023-08-06 11:01:52 +08:00

29 lines
1003 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.aizuda</groupId>
<artifactId>easy-retry</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>easy-retry-datasource</artifactId>
<name>easy-retry-datasource</name>
<description>easy-retry-datasource</description>
<packaging>pom</packaging>
<properties>
<java.version>1.8</java.version>
</properties>
<modules>
<module>easy-retry-mariadb-datasource</module>
<module>easy-retry-mysql-datasource</module>
<module>easy-retry-postgres-datasource</module>
<module>easy-retry-datasource-template</module>
</modules>
</project>