summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwxs <[email protected]>2023-02-01 12:35:40 +0800
committerwxs <[email protected]>2023-02-01 12:35:40 +0800
commitcd10fbdc56ddcadd3e75839fc05d5ffc66bb7056 (patch)
treea662b85bb3b7b6a0ce2f1e743b2c5df7561a5ec6
parente77594571596dae0b9f7ff77b07233c68dd76f58 (diff)
(fix363)GAL-255 QGW服务模块划分gal_245_20230201_07
-rw-r--r--service/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/pom.xml b/service/pom.xml
index dc7278bc..589363b0 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -55,6 +55,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <version>2.3.2.RELEASE</version>
<configuration> <!-- 指定该Main Class为全局的唯一入口 -->
<mainClass>com.mesalab.service.GalaxyQGWApplication</mainClass>
<!--<layout>ZIP</layout>-->