|
|
@@ -4,10 +4,10 @@
|
|
4
|
4
|
<modelVersion>4.0.0</modelVersion>
|
|
5
|
5
|
<!--model-->
|
|
6
|
6
|
<groupId>com.chinaitop</groupId>
|
|
7
|
|
- <artifactId>depot-storage</artifactId>
|
|
|
7
|
+ <artifactId>depot-storage-qinghai</artifactId>
|
|
8
|
8
|
<!--<version>1.0.1</version>--><!--上传正式版(GBase:1开头)-->
|
|
9
|
9
|
<version>0.0.1-SNAPSHOT</version>
|
|
10
|
|
- <name>depot-storage</name>
|
|
|
10
|
+ <name>depot-storage-qinghai</name>
|
|
11
|
11
|
<packaging>jar</packaging>
|
|
12
|
12
|
<!--model description-->
|
|
13
|
13
|
<description>
|
|
|
@@ -51,16 +51,9 @@
|
|
51
|
51
|
<groupId>org.springframework.cloud</groupId>
|
|
52
|
52
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
53
|
53
|
</dependency>
|
|
54
|
|
- <!-- gbase依赖包 -->
|
|
55
|
54
|
<dependency>
|
|
56
|
|
- <groupId>com.gbase8s</groupId>
|
|
57
|
|
- <artifactId>ifxjdbc</artifactId>
|
|
58
|
|
- <version>1.0</version>
|
|
59
|
|
- </dependency>
|
|
60
|
|
- <dependency>
|
|
61
|
|
- <groupId>com.gbase</groupId>
|
|
62
|
|
- <artifactId>druid</artifactId>
|
|
63
|
|
- <version>1.0.28</version>
|
|
|
55
|
+ <groupId>mysql</groupId>
|
|
|
56
|
+ <artifactId>mysql-connector-java</artifactId>
|
|
64
|
57
|
</dependency>
|
|
65
|
58
|
<!-- mybatis -->
|
|
66
|
59
|
<dependency>
|