springboot 和springmvc怎么整合
1 回答
PIPIONE
TA贡献1829条经验 获得超9个赞
在SpringBoot中添加依赖如下:
1234 | <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> |
即可
- 1 回答
- 0 关注
- 627 浏览
添加回答
举报
0/150
提交
取消