修改羊舍页面

This commit is contained in:
wyt
2026-02-02 16:22:49 +08:00
parent 21eedb8508
commit 4c6d3f1c49

View File

@@ -201,6 +201,10 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId> <artifactId>spring-boot-test</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>