refactor(extension/crud): 适配 Crane4j 数据填充组件

This commit is contained in:
2024-01-12 23:15:26 +08:00
parent ea986ba315
commit 5d26f343da
8 changed files with 115 additions and 72 deletions

View File

@@ -44,5 +44,11 @@
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter-api-doc</artifactId>
</dependency>
<!-- Crane4j一个基于注解的用于完成一切 “根据 A 的 key 值拿到 B再把 B 的属性映射到 A” 这类需求的字段填充框架) -->
<dependency>
<groupId>cn.crane4j</groupId>
<artifactId>crane4j-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>