fix: demo

This commit is contained in:
2025-11-21 14:57:04 +08:00
parent c5b047a921
commit 98e0bbcaa6
6 changed files with 135 additions and 11 deletions

View File

@@ -13,4 +13,16 @@
<packaging>jar</packaging>
<description>基础通用模块</description>
<dependencies>
<!-- web -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>