add:项目搭建

This commit is contained in:
2025-01-14 15:43:20 +08:00
parent d9659a87b2
commit bf0248478c
63 changed files with 4439 additions and 252 deletions

View File

@@ -293,6 +293,13 @@
<version>5.23</version>
</dependency>
<!-- 图片处理 -->
<dependency>
<groupId>net.coobird</groupId>
<artifactId>thumbnailator</artifactId>
<version>0.4.8</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>