...
|
...
|
@@ -5,7 +5,7 @@ |
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version>
|
|
|
<version>2.1.7.RELEASE</version>
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
</parent>
|
|
|
<groupId>com.sunyo.customer</groupId>
|
...
|
...
|
@@ -16,8 +16,10 @@ |
|
|
|
|
|
<properties>
|
|
|
<java.version>1.8</java.version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
<druid.version>1.1.9</druid.version>
|
|
|
<spring-cloud.version>Greenwich.BUILD-SNAPSHOT</spring-cloud.version>
|
|
|
<spring-cloud.version>Greenwich.SR2</spring-cloud.version>
|
|
|
<lombok_sersion>1.18.6</lombok_sersion>
|
|
|
<fastjson_version>1.2.28</fastjson_version>
|
|
|
<swagger2_version>2.9.2</swagger2_version>
|
...
|
...
|
@@ -79,11 +81,14 @@ |
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.tianbo</groupId>
|
|
|
<artifactId>util</artifactId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
<!--others modules start -->
|
|
|
<dependency>
|
|
|
<groupId>com.tianbo</groupId>
|
|
|
<artifactId>util</artifactId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<!--others modules end -->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.fasterxml.jackson.core</groupId>-->
|
|
|
<!--<artifactId>jackson-core</artifactId>-->
|
...
|
...
|
|