fix:修复编译报错

This commit is contained in:
fanxb 2021-10-17 15:38:29 +08:00
parent 57c3f4dfc6
commit 02790f5ad3

View File

@ -57,7 +57,10 @@
</dependencyManagement> </dependencyManagement>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>