添加事件中心发送短信&优化代码&添加单测

This commit is contained in:
feng.li
2023-10-24 13:56:54 +08:00
parent 9884c2f3e6
commit 5311eb94d2
8 changed files with 120 additions and 38 deletions

View File

@@ -73,6 +73,10 @@
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.6</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>