1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

fix:拼写错误->j2EE基础篇

This commit is contained in:
yellowgg 2019-07-29 15:30:44 +08:00
parent e4db22afe9
commit fe75d0132e

View File

@ -59,7 +59,7 @@ Servlet接口定义了5个方法其中**前三个方法与Servlet生命周期
- `void init(ServletConfig config) throws ServletException`
- `void service(ServletRequest req, ServletResponse resp) throws ServletException, java.io.IOException`
- `void destory()`
- `void destroy()`
- `java.lang.String getServletInfo()`
- `ServletConfig getServletConfig()`