From 2d213e2df5c896625395f65d50c8abb0bc78e36a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 22 五月 2023 10:43:00 +0800
Subject: [PATCH] 微信公众号、钉钉代码提交
---
ruoyi-admin/pom.xml | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index 5bfa504..9d19762 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -17,7 +17,7 @@
<dependencies>
- <!-- spring-boot-devtools -->
+ <!-- spring-boot-devtools -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
@@ -61,6 +61,26 @@
<artifactId>ruoyi-generator</artifactId>
</dependency>
+ <!-- 绯荤粺妯″潡-->
+ <dependency>
+ <groupId>com.ruoyi</groupId>
+ <artifactId>smartor</artifactId>
+ <version>3.8.5</version>
+ <scope>compile</scope>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/net.glxn.qrgen/javase -->
+ <dependency>
+ <groupId>net.glxn.qrgen</groupId>
+ <artifactId>javase</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/net.glxn.qrgen/core -->
+ <dependency>
+ <groupId>net.glxn.qrgen</groupId>
+ <artifactId>core</artifactId>
+ <version>2.0</version>
+ </dependency>
+
</dependencies>
<build>
--
Gitblit v1.9.3