新增依赖

This commit is contained in:
马三炮 2025-05-08 16:31:07 +08:00
parent f58368f3c8
commit 84cd828b14
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>