feat: 项目整体提交

- 更新项目配置文件
- 更新API文档
- 更新数据库文档
- 优化Redis配置
- 优化课程任务服务
This commit is contained in:
hvemi_han
2024-12-19 13:53:14 +08:00
parent 8c56c9563a
commit 3db4fb2f98
8 changed files with 20 additions and 329 deletions

12
pom.xml
View File

@ -45,12 +45,12 @@
<artifactId>mysql-connector-j</artifactId>
<version>8.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-devtools</artifactId>-->
<!-- <scope>runtime</scope>-->
<!-- <optional>true</optional>-->
<!-- </dependency>-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>