feat: 新增 CRUD 自动配置(扩展模块)

This commit is contained in:
2023-11-26 23:09:02 +08:00
parent b0a69f88f0
commit 6195e38736
37 changed files with 3167 additions and 0 deletions

View File

@@ -186,6 +186,13 @@
</dependency>
<!-- ContiNew Starter 依赖 -->
<!-- 扩展模块 - CRUD -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter-extension-crud</artifactId>
<version>${revision}</version>
</dependency>
<!-- 认证模块 - JustAuth -->
<dependency>
<groupId>top.charles7c.continew</groupId>