...
|
...
|
@@ -3,12 +3,6 @@ |
|
|
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>
|
|
|
<packaging>pom</packaging>
|
|
|
<modules>
|
|
|
<module>starter</module>
|
|
|
<module>dal</module>
|
|
|
<module>service</module>
|
|
|
<module>common</module>
|
|
|
</modules>
|
|
|
<groupId>com.yoho.datasync.fullsync</groupId>
|
|
|
<artifactId>yoho-datasync-fullsync</artifactId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
...
|
...
|
@@ -35,7 +29,6 @@ |
|
|
<version>5.1.30</version>
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>druid</artifactId>
|
...
|
...
|
@@ -44,6 +37,11 @@ |
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
</dependency>
|
|
|
|
...
|
...
|
@@ -86,14 +84,11 @@ |
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
<modules>
|
|
|
<module>starter</module>
|
|
|
<module>dal</module>
|
|
|
<module>service</module>
|
|
|
<module>common</module>
|
|
|
</modules>
|
|
|
|
|
|
</project> |
...
|
...
|
|