cf-framework:banner、error-code移到starter-web,desensitize移除

This commit is contained in:
gaoqr
2025-07-17 10:41:47 +08:00
parent 59a2b3184c
commit ee65adab45
59 changed files with 58 additions and 1384 deletions
@@ -67,6 +67,12 @@
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.cf.imes</groupId>
<artifactId>cf-module-system-api</artifactId> <!-- 需要使用它,进行错误码的记录 -->
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId> <!-- 多数据源 -->