SpringBoot(三):Web开发

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