update 重构 将 BaseEntity 与 TreeEntity 移动到 common-mybatis 模块 整理 core 模块依赖

This commit is contained in:
疯狂的狮子Li
2023-01-31 21:30:01 +08:00
parent c67cc725d4
commit bf344753fb
27 changed files with 34 additions and 50 deletions

View File

@ -44,6 +44,11 @@
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-captcha</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>