SpringBoot(三):Web開發

引入依賴 在使用SpringBoot開發web時,我們先得引入web模塊的啓動器的依賴。 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> 一、Spring Boot Web開發的默
相關文章
相關標籤/搜索