# helloservlet-eclipse **Repository Path**: lin-jiaping/helloservlet-eclipse ## Basic Information - **Project Name**: helloservlet-eclipse - **Description**: JavaWEB 模板程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 19 - **Created**: 2020-12-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # helloservlet-eclipse #### 介绍 - Dynamtic project 3.1 + tomcat 8 ,添加注解简化web.xml - 参考资料 1. https://www.runoob.com/servlet/servlet-first-example.html 2. https://www.runoob.com/jsp/eclipse-jsp.html 3. @WebServlet的使用方法 https://blog.csdn.net/qq_35038153/article/details/77484185 - 访问效果 ![输入图片说明](https://images.gitee.com/uploads/images/2020/1101/200139_59d537f4_382074.png "屏幕截图.png") - 控制类 ![输入图片说明](https://images.gitee.com/uploads/images/2020/1101/200759_e25d4152_382074.png "屏幕截图.png") - 不使用注解的 web.xml ![输入图片说明](https://images.gitee.com/uploads/images/2020/1101/200832_4e64af02_382074.png "屏幕截图.png") - 使用注解的 web.xml ![输入图片说明](https://images.gitee.com/uploads/images/2020/1210/104242_31dd3fc1_382074.png "屏幕截图.png")