feat: Dynamic Starter 添加 Web 依赖.

pull/161/head
chen.ma 3 years ago
parent 9a5fadb1a6
commit 96ddaccfe6

@ -25,6 +25,11 @@
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>

Loading…
Cancel
Save