首页 > TAG信息列表 > 005.1
springboot入门学习--005.1
内嵌tomcat 当前我们做的SpringBoot入门案例勾选了Spirng-web的功能,并且导入了对应的starter。 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> SpringBoot发现,既然你要做web程序