<?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>bp-boot</artifactId>
        <groupId>io.gitee.isbool</groupId>
        <version>2.0.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>bp-jdbc-spring-boot-starter</artifactId>
    <version>2.0.1</version>
    <name>bp-jdbc-spring-boot-starter</name>
    <description>BP-Boot JDBC Spring Boot Starter，自动配置 JDBC 数据源和 BaseDao。</description>

    <dependencies>
        <dependency>
            <groupId>io.gitee.isbool</groupId>
            <artifactId>bp-core</artifactId>
        </dependency>
        <dependency>
            <groupId>io.gitee.isbool</groupId>
            <artifactId>bp-jdbc</artifactId>
        </dependency>
        <dependency>
            <groupId>io.gitee.isbool</groupId>
            <artifactId>bp-spring</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-autoconfigure</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
        </dependency>
    </dependencies>

</project>