摘要: 以前的Servlet都是在web.xml中进行配置,导致web.xml中各个Servlet的映射非常杂乱无章,后期也很难维护 本篇文章将详细阐述如何使用Servlet 3.0的新特性使用@WebServlet注解进行配置 Let's do it ! 首先,使用eclipse或者IntelliJ ID 阅读全文
posted @ 2019-11-05 11:35 孤云jh 阅读(1856) 评论(0) 推荐(0)