feat: Dynamic Starter 添加 Web 依赖.

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

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

Loading…
Cancel
Save