|
|
@@ -8,7 +8,6 @@
|
|
8
|
8
|
<artifactId>depot-intelligent</artifactId>
|
|
9
|
9
|
<version>0.0.1</version>
|
|
10
|
10
|
<packaging>jar</packaging>
|
|
11
|
|
- <!--<packaging>war</packaging>-->
|
|
12
|
11
|
|
|
13
|
12
|
<name>depot-intelligent</name>
|
|
14
|
13
|
<description>Demo project for Spring Boot</description>
|
|
|
@@ -16,26 +15,38 @@
|
|
16
|
15
|
<parent>
|
|
17
|
16
|
<groupId>org.springframework.boot</groupId>
|
|
18
|
17
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
19
|
|
- <version>2.0.2.RELEASE</version>
|
|
|
18
|
+ <version>2.3.12.RELEASE</version>
|
|
20
|
19
|
<relativePath/> <!-- lookup parent from repository -->
|
|
21
|
20
|
</parent>
|
|
22
|
|
- <distributionManagement>
|
|
23
|
|
- <repository>
|
|
24
|
|
- <id>nexus</id>
|
|
25
|
|
- <!--名称自己定义-->
|
|
26
|
|
- <name>release</name>
|
|
27
|
|
- <url>http://10.10.1.25:8081/repository/host_repository/</url>
|
|
28
|
|
- </repository>
|
|
29
|
|
- </distributionManagement>
|
|
30
|
21
|
<properties>
|
|
31
|
22
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
32
|
23
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
33
|
24
|
<java.version>1.8</java.version>
|
|
34
|
|
- <spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
|
|
|
25
|
+ <skipTests>true</skipTests>
|
|
|
26
|
+ <spring-cloud.version>Hoxton.SR12</spring-cloud.version>
|
|
|
27
|
+ <rocketmq-client.version>4.9.3</rocketmq-client.version>
|
|
|
28
|
+ <rocketmq-starter.version>2.2.1</rocketmq-starter.version>
|
|
35
|
29
|
</properties>
|
|
36
|
30
|
|
|
37
|
31
|
<dependencies>
|
|
38
|
32
|
<dependency>
|
|
|
33
|
+ <groupId>org.apache.shardingsphere</groupId>
|
|
|
34
|
+ <artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId>
|
|
|
35
|
+ <version>5.1.0</version>
|
|
|
36
|
+ </dependency>
|
|
|
37
|
+ <!-- MQ client -->
|
|
|
38
|
+ <dependency>
|
|
|
39
|
+ <groupId>org.apache.rocketmq</groupId>
|
|
|
40
|
+ <artifactId>rocketmq-client</artifactId>
|
|
|
41
|
+ <version>${rocketmq-client.version}</version>
|
|
|
42
|
+ </dependency>
|
|
|
43
|
+ <!-- rocketMQ -->
|
|
|
44
|
+ <dependency>
|
|
|
45
|
+ <groupId>org.apache.rocketmq</groupId>
|
|
|
46
|
+ <artifactId>rocketmq-spring-boot-starter</artifactId>
|
|
|
47
|
+ <version>${rocketmq-starter.version}</version>
|
|
|
48
|
+ </dependency>
|
|
|
49
|
+ <dependency>
|
|
39
|
50
|
<groupId>org.springframework.boot</groupId>
|
|
40
|
51
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
41
|
52
|
</dependency>
|
|
|
@@ -49,18 +60,13 @@
|
|
49
|
60
|
</dependency>
|
|
50
|
61
|
<!--添加webservice-->
|
|
51
|
62
|
<dependency>
|
|
52
|
|
- <groupId>org.springframework.boot</groupId>
|
|
53
|
|
- <artifactId>spring-boot-starter-web-services</artifactId>
|
|
54
|
|
- </dependency>
|
|
55
|
|
- <dependency>
|
|
56
|
63
|
<groupId>org.apache.cxf</groupId>
|
|
57
|
|
- <artifactId>cxf-rt-frontend-jaxws</artifactId>
|
|
58
|
|
- <version>3.1.6</version>
|
|
|
64
|
+ <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
|
|
|
65
|
+ <version>3.2.4</version>
|
|
59
|
66
|
</dependency>
|
|
60
|
67
|
<dependency>
|
|
61
|
|
- <groupId>org.apache.cxf</groupId>
|
|
62
|
|
- <artifactId>cxf-rt-transports-http</artifactId>
|
|
63
|
|
- <version>3.1.6</version>
|
|
|
68
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
69
|
+ <artifactId>spring-boot-starter-web-services</artifactId>
|
|
64
|
70
|
</dependency>
|
|
65
|
71
|
<!--添加webservice end-->
|
|
66
|
72
|
<dependency>
|
|
|
@@ -102,7 +108,6 @@
|
|
102
|
108
|
<dependency>
|
|
103
|
109
|
<groupId>org.springframework.boot</groupId>
|
|
104
|
110
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
105
|
|
- <scope>test</scope>
|
|
106
|
111
|
</dependency>
|
|
107
|
112
|
<dependency>
|
|
108
|
113
|
<groupId>org.apache.poi</groupId>
|
|
|
@@ -141,20 +146,12 @@
|
|
141
|
146
|
<artifactId>quartz</artifactId>
|
|
142
|
147
|
<version>2.3.0</version>
|
|
143
|
148
|
</dependency>
|
|
144
|
|
-
|
|
145
|
|
- <dependency>
|
|
146
|
|
- <groupId>org.springframework.boot</groupId>
|
|
147
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
148
|
|
- </dependency>
|
|
149
|
|
-
|
|
150
|
|
-
|
|
151
|
149
|
<!--短信发送平台jar包-->
|
|
152
|
150
|
<dependency>
|
|
153
|
151
|
<groupId>org.projectlombok</groupId>
|
|
154
|
152
|
<artifactId>lombok</artifactId>
|
|
155
|
153
|
<optional>true</optional>
|
|
156
|
154
|
</dependency>
|
|
157
|
|
-
|
|
158
|
155
|
<dependency>
|
|
159
|
156
|
<groupId>org.springframework.boot</groupId>
|
|
160
|
157
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
@@ -184,14 +181,6 @@
|
|
184
|
181
|
<groupId>org.springframework.boot</groupId>
|
|
185
|
182
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
186
|
183
|
</plugin>
|
|
187
|
|
- <!--<plugin>
|
|
188
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
189
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
190
|
|
- <version>2.6</version>
|
|
191
|
|
- <configuration>
|
|
192
|
|
- <failOnMissingWebXml>false</failOnMissingWebXml>
|
|
193
|
|
- </configuration>
|
|
194
|
|
- </plugin>-->
|
|
195
|
184
|
</plugins>
|
|
196
|
185
|
|
|
197
|
186
|
<!-- 如果不添加此节点mybatis的mapper.xml文件都会被漏掉。 -->
|