新增站内信功能

This commit is contained in:
YunaiV
2023-01-29 18:44:51 +08:00
parent aaf84aae03
commit c107095d22
42 changed files with 2252 additions and 20 deletions

View File

@@ -150,6 +150,11 @@
<artifactId>yudao-spring-boot-starter-captcha</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<!-- 监控相关 -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>