SpringBoot(三):Web开发

引入依赖 在使用SpringBoot开发web时,我们先得引入web模块的启动器的依赖。 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> 一、Spring Boot Web开发的默
相关文章
相关标签/搜索