Commit 8ccacceb by ethanlamzs

reformate

1 parent f9402fac
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.zhzf.fpj.xcx</groupId> <groupId>com.zhzf.fpj.xcx</groupId>
<artifactId>fpj-xcx</artifactId> <artifactId>fpj-xcx</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>core-api</artifactId> <artifactId>core-api</artifactId>
<name>core-api</name> <name>core-api</name>
<description>core-api</description> <description>core-api</description>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.2</version> <version>2.10.2</version>
<configuration> <configuration>
<aggregate>true</aggregate> <aggregate>true</aggregate>
<tags> <tags>
<tag> <tag>
<name>Description</name> <name>Description</name>
<placement>a</placement> <placement>a</placement>
<head>用途</head> <head>用途</head>
</tag> </tag>
</tags> </tags>
<reportOutputDirectory>target/report_output</reportOutputDirectory> <reportOutputDirectory>target/report_output</reportOutputDirectory>
<destDir>target/apidocs</destDir> <destDir>target/apidocs</destDir>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>attach-javadocs</id> <id>attach-javadocs</id>
<goals> <goals>
<goal>jar</goal> <goal>jar</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file \ No newline at end of file
<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"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> 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> <parent>
<groupId>com.zhzf.fpj.xcx</groupId> <groupId>com.zhzf.fpj.xcx</groupId>
<artifactId>core-buiness-demo</artifactId> <artifactId>core-buiness-demo</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>demo-dao</artifactId> <artifactId>demo-dao</artifactId>
<name>demo-dao</name> <name>demo-dao</name>
<description>demo-dao </description> <description>demo-dao</description>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
......
<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"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<groupId>com.zhzf.fpj.xcx</groupId> <parent>
<artifactId>core-buiness-demo</artifactId> <groupId>com.zhzf.fpj.xcx</groupId>
<version>0.0.1-SNAPSHOT</version> <artifactId>core-buiness-demo</artifactId>
</parent> <version>0.0.1-SNAPSHOT</version>
<artifactId>demo-service</artifactId> </parent>
<name>demo-service</name> <artifactId>demo-service</artifactId>
<description>demo-service </description> <name>demo-service</name>
<packaging>jar</packaging> <description>demo-service</description>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.zhzf.fpj.xcx</groupId> <groupId>com.zhzf.fpj.xcx</groupId>
<artifactId>demo-dao</artifactId> <artifactId>demo-dao</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file \ No newline at end of file
<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"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<groupId>com.zhzf.fpj.xcx</groupId> <parent>
<artifactId>core-buiness</artifactId> <groupId>com.zhzf.fpj.xcx</groupId>
<version>0.0.1-SNAPSHOT</version> <artifactId>core-buiness</artifactId>
</parent> <version>0.0.1-SNAPSHOT</version>
<artifactId>core-buiness-demo</artifactId> </parent>
<name>core-buiness</name> <artifactId>core-buiness-demo</artifactId>
<description>core-buiness-demo 业务代码的输出 </description> <name>core-buiness</name>
<packaging>pom</packaging> <description>core-buiness-demo 业务代码的输出</description>
<packaging>pom</packaging>
<modules> <modules>
<module>demo-service</module> <module>demo-service</module>
<module>demo-dao</module> <module>demo-dao</module>
</modules> </modules>
<dependencies> <dependencies>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file \ No newline at end of file
<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"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<groupId>com.zhzf.fpj.xcx</groupId> <parent>
<artifactId>core-services</artifactId> <groupId>com.zhzf.fpj.xcx</groupId>
<version>0.0.1-SNAPSHOT</version> <artifactId>core-services</artifactId>
</parent> <version>0.0.1-SNAPSHOT</version>
<artifactId>core-service-demo</artifactId> </parent>
<name>core-service-demo</name> <artifactId>core-service-demo</artifactId>
<description>core-service-demo</description> <name>core-service-demo</name>
<packaging>jar</packaging> <description>core-service-demo</description>
<packaging>jar</packaging>
<dependencies>
<dependencies>
<dependency>
<groupId>com.zhzf.fpj.xcx</groupId> <dependency>
<artifactId>core-api</artifactId> <groupId>com.zhzf.fpj.xcx</groupId>
<version>${project.version}</version> <artifactId>core-api</artifactId>
</dependency> <version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.zhzf.fpj.xcx</groupId> <dependency>
<artifactId>demo-service</artifactId> <groupId>com.zhzf.fpj.xcx</groupId>
<version>${project.version}</version> <artifactId>demo-service</artifactId>
</dependency> <version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.zhzf.fpj.xcx</groupId> <dependency>
<artifactId>demo-dao</artifactId> <groupId>com.zhzf.fpj.xcx</groupId>
<version>${project.version}</version> <artifactId>demo-dao</artifactId>
</dependency> <version>${project.version}</version>
</dependency>
</dependencies>
</dependencies>
<build>
<plugins> <build>
<plugin> <plugins>
<groupId>org.springframework.boot</groupId> <plugin>
<artifactId>spring-boot-maven-plugin</artifactId> <groupId>org.springframework.boot</groupId>
<executions> <artifactId>spring-boot-maven-plugin</artifactId>
<execution> <executions>
<goals> <execution>
<goal>repackage</goal> <goals>
</goals> <goal>repackage</goal>
</execution> </goals>
</executions> </execution>
</plugin> </executions>
</plugins> </plugin>
</build> </plugins>
</build>
</project> </project>
\ No newline at end of file \ No newline at end of file
<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"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<groupId>com.zhzf.fpj.xcx</groupId> <parent>
<artifactId>fpj-xcx</artifactId> <groupId>com.zhzf.fpj.xcx</groupId>
<version>0.0.1-SNAPSHOT</version> <artifactId>fpj-xcx</artifactId>
</parent> <version>0.0.1-SNAPSHOT</version>
<artifactId>core-services</artifactId> </parent>
<name>core-services</name> <artifactId>core-services</artifactId>
<description>core-services 合并所有的提供者服务</description> <name>core-services</name>
<packaging>pom</packaging> <description>core-services 合并所有的提供者服务</description>
<packaging>pom</packaging>
<modules> <modules>
<module>core-service-demo</module> <module>core-service-demo</module>
</modules> </modules>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId> <artifactId>spring-boot-starter</artifactId>
<scope>true</scope> <scope>true</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId> <artifactId>spring-boot-actuator</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba.boot</groupId> <groupId>com.alibaba.boot</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId> <artifactId>dubbo-spring-boot-starter</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
</dependency> </dependency>
<!--持久化层--> <!--持久化层-->
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.zaxxer</groupId> <groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java7</artifactId> <artifactId>HikariCP-java7</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file \ No newline at end of file
<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"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<groupId>com.zhzf.fpj.xcx</groupId> <parent>
<artifactId>fpj-xcx</artifactId> <groupId>com.zhzf.fpj.xcx</groupId>
<version>0.0.1-SNAPSHOT</version> <artifactId>fpj-xcx</artifactId>
</parent> <version>0.0.1-SNAPSHOT</version>
<artifactId>core-webs</artifactId> </parent>
<name>core-webs</name> <artifactId>core-webs</artifactId>
<description>core-webs 所有的外部项目</description> <name>core-webs</name>
<packaging>pom</packaging> <description>core-webs 所有的外部项目</description>
<packaging>pom</packaging>
<properties> <properties>
<javax.servlet.version>3.1.0</javax.servlet.version> <javax.servlet.version>3.1.0</javax.servlet.version>
</properties> </properties>
<modules> <modules>
<module>web-demo</module> <module>web-demo</module>
</modules> </modules>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId> <artifactId>spring-boot-starter</artifactId>
<scope>true</scope> <scope>true</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId> <artifactId>spring-boot-actuator</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba.boot</groupId> <groupId>com.alibaba.boot</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId> <artifactId>dubbo-spring-boot-starter</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId> <artifactId>javax.servlet-api</artifactId>
<version>${javax.servlet.version}</version> <version>${javax.servlet.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file \ No newline at end of file
<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"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<groupId>com.zhzf.fpj.xcx</groupId> <parent>
<artifactId>core-webs</artifactId> <groupId>com.zhzf.fpj.xcx</groupId>
<version>0.0.1-SNAPSHOT</version> <artifactId>core-webs</artifactId>
</parent> <version>0.0.1-SNAPSHOT</version>
<artifactId>web-demo</artifactId> </parent>
<name>web-demo</name> <artifactId>web-demo</artifactId>
<description>core-web-demo</description> <name>web-demo</name>
<packaging>jar</packaging> <description>core-web-demo</description>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.zhzf.fpj.xcx</groupId> <groupId>com.zhzf.fpj.xcx</groupId>
<artifactId>core-api</artifactId> <artifactId>core-api</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file \ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?> <?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" <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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>com.zhzf.fpj.xcx</groupId> <groupId>com.zhzf.fpj.xcx</groupId>
<artifactId>fpj-xcx</artifactId> <artifactId>fpj-xcx</artifactId>
<name>fpj.xcx</name> <name>fpj.xcx</name>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>com.zhzf.fpj.xcx</description> <description>com.zhzf.fpj.xcx</description>
<modules> <modules>
<module>core-api</module> <module>core-api</module>
<!--module>core-common</module--> <!--module>core-common</module-->
<!--module>core-domains</module--> <!--module>core-domains</module-->
<module>core-services</module> <module>core-services</module>
<module>core-webs</module> <module>core-webs</module>
<module>core-business</module> <module>core-business</module>
</modules> </modules>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version> <java.version>1.8</java.version>
<!--base层--> <!--base层-->
<spring.boot.version>1.5.0.RELEASE</spring.boot.version> <spring.boot.version>1.5.0.RELEASE</spring.boot.version>
<dubbo.spring.boot.version>0.1.1</dubbo.spring.boot.version> <dubbo.spring.boot.version>0.1.1</dubbo.spring.boot.version>
<!--持久化层相关的--> <!--持久化层相关的-->
<sharding-jdbc.version>2.0.3</sharding-jdbc.version> <sharding-jdbc.version>2.0.3</sharding-jdbc.version>
<mybatis.version>3.4.2</mybatis.version> <mybatis.version>3.4.2</mybatis.version>
<mybatis-spring.version>1.3.0</mybatis-spring.version> <mybatis-spring.version>1.3.0</mybatis-spring.version>
<hikari-cp.version>2.4.11</hikari-cp.version> <hikari-cp.version>2.4.11</hikari-cp.version>
<mysql-connector-java.version>5.1.30</mysql-connector-java.version> <mysql-connector-java.version>5.1.30</mysql-connector-java.version>
<mybatis-spring.version>1.3.0</mybatis-spring.version> <mybatis-spring.version>1.3.0</mybatis-spring.version>
<druid_version>1.0.12</druid_version> <druid_version>1.0.12</druid_version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
<version>${spring.boot.version}</version> <version>${spring.boot.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<version>${spring.boot.version}</version> <version>${spring.boot.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId> <artifactId>spring-boot-starter</artifactId>
<version>${spring.boot.version}</version> <version>${spring.boot.version}</version>
<scope>true</scope> <scope>true</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId> <artifactId>spring-boot-actuator</artifactId>
<version>${spring.boot.version}</version> <version>${spring.boot.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba.boot</groupId> <groupId>com.alibaba.boot</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId> <artifactId>dubbo-spring-boot-starter</artifactId>
<version>${dubbo.spring.boot.version}</version> <version>${dubbo.spring.boot.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.12</version> <version>4.12</version>
</dependency> </dependency>
<!--持久化层相关--> <!--持久化层相关-->
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
<version>${mysql-connector-java.version}</version> <version>${mysql-connector-java.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-core-spring-boot-starter</artifactId> <artifactId>sharding-jdbc-core-spring-boot-starter</artifactId>
<version>${sharding-jdbc.version}</version> <version>${sharding-jdbc.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.zaxxer</groupId> <groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java7</artifactId> <artifactId>HikariCP-java7</artifactId>
<version>${hikari-cp.version}</version> <version>${hikari-cp.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mybatis.spring.boot</groupId> <groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId> <artifactId>mybatis-spring-boot-starter</artifactId>
<version>${mybatis-spring.version}</version> <version>${mybatis-spring.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>druid</artifactId> <artifactId>druid</artifactId>
<version>${druid_version}</version> <version>${druid_version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<profiles> <profiles>
<profile> <profile>
<id>oss.sonatype</id> <id>oss.sonatype</id>
<repositories> <repositories>
<repository> <repository>
<id>sonatype-nexus-snapshots</id> <id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url> <url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases> <releases>
<enabled>false</enabled> <enabled>false</enabled>
</releases> </releases>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>
</repository> </repository>
</repositories> </repositories>
</profile> </profile>
</profiles> </profiles>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!