|
@@ -22,6 +22,14 @@
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
<artifactId>yudao-spring-boot-starter-biz-operatelog</artifactId>
|
|
<artifactId>yudao-spring-boot-starter-biz-operatelog</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.iocoder.boot</groupId>
|
|
|
|
+ <artifactId>yudao-spring-boot-starter-biz-dict</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.iocoder.boot</groupId>
|
|
|
|
+ <artifactId>yudao-spring-boot-starter-biz-sms</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
|
|
<!-- Web 相关 -->
|
|
<!-- Web 相关 -->
|
|
<dependency>
|
|
<dependency>
|
|
@@ -40,6 +48,29 @@
|
|
<artifactId>yudao-spring-boot-starter-mybatis</artifactId>
|
|
<artifactId>yudao-spring-boot-starter-mybatis</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.iocoder.boot</groupId>
|
|
|
|
+ <artifactId>yudao-spring-boot-starter-redis</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <!-- Config 配置中心相关 -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.iocoder.boot</groupId>
|
|
|
|
+ <artifactId>yudao-spring-boot-starter-config</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <!-- Job 定时任务相关 -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.iocoder.boot</groupId>
|
|
|
|
+ <artifactId>yudao-spring-boot-starter-job</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <!-- 服务保障相关 -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.iocoder.boot</groupId>
|
|
|
|
+ <artifactId>yudao-spring-boot-starter-protection</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<!-- 监控相关 -->
|
|
<!-- 监控相关 -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
@@ -59,6 +90,11 @@
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!-- 工具类相关 -->
|
|
<!-- 工具类相关 -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.iocoder.boot</groupId>
|
|
|
|
+ <artifactId>yudao-spring-boot-starter-excel</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.velocity</groupId>
|
|
<groupId>org.apache.velocity</groupId>
|
|
<artifactId>velocity-engine-core</artifactId>
|
|
<artifactId>velocity-engine-core</artifactId>
|