|
@@ -24,20 +24,20 @@
|
|
|
<!-- 服务注册 -->
|
|
|
<dependency>
|
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
- <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
+ <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
|
|
|
- </dependency>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.cxf</groupId>
|
|
|
- <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
|
|
|
- <version>3.2.4</version>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.cxf</groupId>
|
|
|
+ <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
|
|
|
+ <version>3.2.4</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
@@ -76,7 +76,7 @@
|
|
|
<artifactId>aspirecloud-commons-errorlog-starter</artifactId>
|
|
|
<version>5.0.2</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
+ <dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
<version>1.2.70</version>
|
|
@@ -128,75 +128,75 @@
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <includes>
|
|
|
-
|
|
|
- <include>
|
|
|
- <groupId>info.aspirecn.iov.sjjh</groupId>
|
|
|
- <artifactId>iov-sjjh-commons-lang</artifactId>
|
|
|
- </include>
|
|
|
- <include>
|
|
|
- <groupId>info.aspirecn.iov.sjjh</groupId>
|
|
|
- <artifactId>iov-sjjh-servicenode-sms-interface</artifactId>
|
|
|
- </include>
|
|
|
- <include>
|
|
|
- <groupId>info.aspirecn.iov.sjjh</groupId>
|
|
|
- <artifactId>iov-sjjh-servicenode-channel-interface</artifactId>
|
|
|
- </include>
|
|
|
- </includes>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
-
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <archive>
|
|
|
- <manifest>
|
|
|
- <addClasspath>true</addClasspath>
|
|
|
- <classpathPrefix>lib/</classpathPrefix>
|
|
|
- </manifest>
|
|
|
- </archive>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
-
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-dependency-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>copy-dependencies</id>
|
|
|
- <phase>prepare-package</phase>
|
|
|
- <goals>
|
|
|
- <goal>copy-dependencies</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <outputDirectory>${project.build.directory}/lib</outputDirectory>
|
|
|
- <excludeGroupIds>
|
|
|
- info.aspirecn.iov.sjjh
|
|
|
- </excludeGroupIds>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- <execution>
|
|
|
- <id>copy</id>
|
|
|
- <phase>install</phase>
|
|
|
- <goals>
|
|
|
- <goal>copy-dependencies</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <outputDirectory>
|
|
|
- ${project.build.directory}/lib
|
|
|
- </outputDirectory>
|
|
|
- <excludeGroupIds>
|
|
|
- info.aspirecn.iov.sjjh
|
|
|
- </excludeGroupIds>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <includes>
|
|
|
+
|
|
|
+ <include>
|
|
|
+ <groupId>info.aspirecn.iov.sjjh</groupId>
|
|
|
+ <artifactId>iov-sjjh-commons-lang</artifactId>
|
|
|
+ </include>
|
|
|
+ <include>
|
|
|
+ <groupId>info.aspirecn.iov.sjjh</groupId>
|
|
|
+ <artifactId>iov-sjjh-servicenode-sms-interface</artifactId>
|
|
|
+ </include>
|
|
|
+ <include>
|
|
|
+ <groupId>info.aspirecn.iov.sjjh</groupId>
|
|
|
+ <artifactId>iov-sjjh-servicenode-channel-interface</artifactId>
|
|
|
+ </include>
|
|
|
+ </includes>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-jar-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <archive>
|
|
|
+ <manifest>
|
|
|
+ <addClasspath>true</addClasspath>
|
|
|
+ <classpathPrefix>lib/</classpathPrefix>
|
|
|
+ </manifest>
|
|
|
+ </archive>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-dependency-plugin</artifactId>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>copy-dependencies</id>
|
|
|
+ <phase>prepare-package</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>copy-dependencies</goal>
|
|
|
+ </goals>
|
|
|
+ <configuration>
|
|
|
+ <outputDirectory>${project.build.directory}/lib</outputDirectory>
|
|
|
+ <excludeGroupIds>
|
|
|
+ info.aspirecn.iov.sjjh
|
|
|
+ </excludeGroupIds>
|
|
|
+ </configuration>
|
|
|
+ </execution>
|
|
|
+ <execution>
|
|
|
+ <id>copy</id>
|
|
|
+ <phase>install</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>copy-dependencies</goal>
|
|
|
+ </goals>
|
|
|
+ <configuration>
|
|
|
+ <outputDirectory>
|
|
|
+ ${project.build.directory}/lib
|
|
|
+ </outputDirectory>
|
|
|
+ <excludeGroupIds>
|
|
|
+ info.aspirecn.iov.sjjh
|
|
|
+ </excludeGroupIds>
|
|
|
+ </configuration>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
|
|
|
|
|
|
<plugin>
|