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

@@ -16,6 +16,12 @@
<description>ContiNew Starter 核心模块</description>
<dependencies>
<!-- Hibernate Validator -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- Spring Boot Web提供 Spring MVC Web 开发能力,默认内置 Tomcat 服务器) -->
<dependency>
<groupId>org.springframework.boot</groupId>