Skip to content

Commit

Permalink
refactor: 💥 适配 ContiNew Starter CRUD(扩展模块)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Nov 26, 2023
1 parent ce785dd commit ce5a2ec
Show file tree
Hide file tree
Showing 163 changed files with 227 additions and 3,336 deletions.
12 changes: 6 additions & 6 deletions continew-admin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<description>公共模块(存放公共工具类,公共配置等)</description>

<dependencies>
<!-- ContiNew Starter 扩展模块 - CURD(增删改查) -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter-extension-crud</artifactId>
</dependency>

<!-- ContiNew Starter 认证模块 - JustAuth -->
<dependency>
<groupId>top.charles7c.continew</groupId>
Expand Down Expand Up @@ -81,11 +87,5 @@
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>

<!-- Hibernate Validator -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
</dependencies>
</project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ce5a2ec

Please sign in to comment.