pom.xml 1.56 KB
<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.zhzf.fpj.xcx</groupId>
    <artifactId>fpj-xcx</artifactId>
    <version>0.0.1-SNAPSHOT</version>
  </parent>
  <artifactId>core-buiness</artifactId>
  <name>core-buiness</name>
  <description>core-buiness 业务代码的输出 </description>
  <packaging>pom</packaging>

 <modules>
   <module>core-buiness-demo</module>
 </modules>


      <dependencies>
          <dependency>
              <groupId>io.shardingjdbc</groupId>
              <artifactId>sharding-jdbc-core-spring-boot-starter</artifactId>
          </dependency>
          <dependency>
              <groupId>org.springframework.boot</groupId>
              <artifactId>spring-boot-starter</artifactId>
          </dependency>
          <dependency>
              <groupId>com.zaxxer</groupId>
              <artifactId>HikariCP-java7</artifactId>
          </dependency>
          <dependency>
              <groupId>org.mybatis.spring.boot</groupId>
              <artifactId>mybatis-spring-boot-starter</artifactId>
          </dependency>
          <dependency>
              <groupId>com.alibaba</groupId>
              <artifactId>druid</artifactId>
          </dependency>
          <dependency>
              <groupId>mysql</groupId>
              <artifactId>mysql-connector-java</artifactId>
          </dependency>
      </dependencies>

</project>