初始化提交

This commit is contained in:
谭凯凯 2025-02-07 16:18:04 +08:00 committed by Tankaikai
parent 90ed1586d4
commit fc8337cbca
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<!--
<dependency>
<groupId>org.springframework.cloud</groupId>