58 lines
1.9 KiB
XML
58 lines
1.9 KiB
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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
<artifactId>mall-ebtp-cloud-parent</artifactId>
|
|
<version>2.4.1-zyhy-SNAPSHOT</version>
|
|
<relativePath>../mall-ebtp-cloud-parent</relativePath>
|
|
</parent>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
<artifactId>mall-ebtp-cloud-jpa-starter</artifactId>
|
|
<version>2.4.1-zyhy-SNAPSHOT</version>
|
|
<name>mall-ebtp-cloud-jpa-starter</name>
|
|
|
|
|
|
<dependencies>
|
|
<!--sharding-jdbc-->
|
|
<dependency>
|
|
<groupId>org.apache.shardingsphere</groupId>
|
|
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
</dependency>
|
|
|
|
<!--mybatis plus-->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>com.baomidou</groupId>-->
|
|
<!-- <artifactId>mybatis-plus-boot-starter</artifactId>-->
|
|
<!-- </dependency>-->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>com.baomidou</groupId>-->
|
|
<!-- <artifactId>mybatis-plus-generator</artifactId>-->
|
|
<!-- </dependency>-->
|
|
|
|
<!--druid-->
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
</dependency>
|
|
|
|
<!-- <!–seata–>-->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>io.seata</groupId>-->
|
|
<!-- <artifactId>seata-spring-boot-starter</artifactId>-->
|
|
<!-- </dependency>-->
|
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|