refactor(system): 重构短信配置功能模块

This commit is contained in:
2025-03-19 22:31:20 +08:00
parent 6b17742a1b
commit 394b93ead5
37 changed files with 517 additions and 1005 deletions

View File

@@ -25,36 +25,36 @@
</properties>
<dependencies>
<!-- ContiNew Starter 日志模块 - 拦截器版Spring Boot Actuator HttpTrace 增强版) -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-log-interceptor</artifactId>
</dependency>
<!-- 系统管理模块(存放系统管理模块相关功能,例如:部门管理、角色管理、用户管理等) -->
<!-- 系统管理模块 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-module-system</artifactId>
</dependency>
<!-- 任务调度插件(后续会改造为独立插件) -->
<!-- 任务调度插件 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-plugin-schedule</artifactId>
</dependency>
<!-- 能力开放插件(后续会改造为独立插件) -->
<!-- 能力开放插件 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-plugin-open</artifactId>
</dependency>
<!-- 代码生成器插件(后续会改造为独立插件) -->
<!-- 代码生成器插件 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-plugin-generator</artifactId>
</dependency>
<!-- ContiNew Starter 日志模块 - 拦截器版Spring Boot Actuator HttpTrace 增强版) -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-log-interceptor</artifactId>
</dependency>
<!-- Liquibase用于管理数据库版本跟踪、管理和应用数据库变化 -->
<dependency>
<groupId>org.liquibase</groupId>