摘要: 1.添加微服务 2.pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:// 阅读全文
posted @ 2020-11-16 15:51 脑袋有点大 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1.在项目springcloud下,新建微服务product-data-service 2.修改pom.xml文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSche 阅读全文
posted @ 2020-11-13 18:01 脑袋有点大 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 一、父项目创建 1.选择简单项目 2.填写GroupId和Name 3.修改pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2020-11-13 10:14 脑袋有点大 阅读(68) 评论(0) 推荐(0) 编辑
摘要: RestController返回jsp,以及重定向问题 1.@Controller下 @PostMapping("/listStudents") public String addStudent(Student s) throws Exception{ studentMapper.save(s); 阅读全文
posted @ 2020-11-12 15:57 脑袋有点大 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 1.下载zip文件,解压2.建立数据库,使用数据库管理工具navicat,点击新建查询,输入:create database case_manager3.在数据库case_manager下建表。 建表的sql语句,在解压zip路径\AgileTC\case-server\sql\case-serve 阅读全文
posted @ 2020-10-22 16:46 脑袋有点大 阅读(982) 评论(0) 推荐(0) 编辑