springboot之如何使用servlet

在springboot中使用servlet的話,用servlet3.0比較簡單 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> 然後創建一個servlet,只要在類上加@WebServlet注
相關文章
相關標籤/搜索