摘要: 1、欢迎页设置 在web 文件夹下新建form.jsp : input 的类型是text,名字是:method。 一旦输入 add 或 delete 提交, 就会到HelloServlet进行跳转 <%-- Created by IntelliJ IDEA. User: Administrator 阅读全文
posted @ 2023-03-20 22:38 Rui2022 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 第1步:配置Maven,新建module, 并添加框架支持,变为web项目 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </de 阅读全文
posted @ 2023-03-20 20:35 Rui2022 阅读(9) 评论(0) 推荐(0) 编辑