|
|
@@ -14,7 +14,7 @@
|
|
14
|
14
|
<parent>
|
|
15
|
15
|
<groupId>org.springframework.boot</groupId>
|
|
16
|
16
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
17
|
|
- <version>2.0.0.RELEASE</version>
|
|
|
17
|
+ <version>2.0.4.RELEASE</version>
|
|
18
|
18
|
<relativePath/> <!-- lookup parent from repository -->
|
|
19
|
19
|
</parent>
|
|
20
|
20
|
|
|
|
@@ -39,17 +39,6 @@
|
|
39
|
39
|
<groupId>mysql</groupId>
|
|
40
|
40
|
<artifactId>mysql-connector-java</artifactId>
|
|
41
|
41
|
</dependency>
|
|
42
|
|
- <!-- gbase依赖包 -->
|
|
43
|
|
- <dependency>
|
|
44
|
|
- <groupId>com.gbase8s</groupId>
|
|
45
|
|
- <artifactId>ifxjdbc</artifactId>
|
|
46
|
|
- <version>1.0</version>
|
|
47
|
|
- </dependency>
|
|
48
|
|
- <dependency>
|
|
49
|
|
- <groupId>com.gbase</groupId>
|
|
50
|
|
- <artifactId>druid</artifactId>
|
|
51
|
|
- <version>1.0.28</version>
|
|
52
|
|
- </dependency>
|
|
53
|
42
|
<!-- 引入spring boot自带的pagehelper插件 -->
|
|
54
|
43
|
<dependency>
|
|
55
|
44
|
<groupId>com.github.pagehelper</groupId>
|
|
|
@@ -58,7 +47,7 @@
|
|
58
|
47
|
</dependency>
|
|
59
|
48
|
<dependency>
|
|
60
|
49
|
<groupId>org.springframework.cloud</groupId>
|
|
61
|
|
- <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
|
|
|
50
|
+ <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
62
|
51
|
</dependency>
|
|
63
|
52
|
<dependency>
|
|
64
|
53
|
<groupId>org.springframework.cloud</groupId>
|