From 5072f33b5c54142f00991d0dafc9ea75af696b81 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期二, 23 四月 2024 10:02:39 +0800
Subject: [PATCH] 最新版本
---
server/pom.xml | 31 ++++++++++++++++++++++++++++++-
1 files changed, 30 insertions(+), 1 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index eef494a..16e31aa 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -16,13 +16,15 @@
<module>dmvisit_web</module>
<module>openapi</module>
<module>admin_timer</module>
+ <module>meeting</module>
+ <module>base_service</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.2.5.RELEASE</version>
+ <version>2.3.12.RELEASE</version>
</parent>
<properties>
@@ -65,6 +67,11 @@
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
<version>${apache.shiro.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.github.binarywang</groupId>
+ <artifactId>weixin-java-miniapp</artifactId>
+ <version>${weixin-java-miniapp.version}</version>
</dependency>
<!-- MyBatis plus -->
<dependency>
@@ -293,7 +300,29 @@
<artifactId>weixin-java-mp</artifactId>
<version>3.6.0</version>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-dependencies</artifactId>
+ <version>2.3.12.RELEASE</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-dependencies</artifactId>
+ <version>Hoxton.SR12</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.alibaba.cloud</groupId>
+ <artifactId>spring-cloud-alibaba-dependencies</artifactId>
+ <version>2.2.7.RELEASE</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
</dependencies>
<build>
<plugins>
--
Gitblit v1.9.3