摘要: 1.下载 下载链接:https://www.postman.com/downloads/ 中文文档:https://postman.org.cn/getting-started/installation-and-updates/ 2.使用 2.1 注册账号 2.2 在WorksSpace中输入链接选 阅读全文
posted @ 2022-10-19 11:52 lwx_R 阅读(25) 评论(0) 推荐(0)
摘要: 1.数据库建立ssm库,建立user表 2.user实体类 public class User { private int id; private String name; private String password; public int getId() { return id; } publ 阅读全文
posted @ 2022-10-19 11:35 lwx_R 阅读(32) 评论(0) 推荐(0)
摘要: 1. pom.xml <dependencies> <!-- junit 测试--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</s 阅读全文
posted @ 2022-10-19 10:35 lwx_R 阅读(40) 评论(0) 推荐(0)