摘要: @RestController如果直接使用return "redirect:index";只会返回一个redirect:index并打印到页面上,并不会跳转到index这个页面 正确的方法应该使用ModelAndView这个类,把index.html封装进去,返回到这个类就可以了 @GetMappi 阅读全文
posted @ 2022-10-23 22:05 伊万 阅读(533) 评论(0) 推荐(0) 编辑
摘要: 一、使用springboot+mybatis-plus+redis完成用户登录系统, 数据库表 users 字段名称 中文 类型 长度 主键 外键 自增 约束 uid 用户id Int Y Y User_name 用户名 varchar 255 password 用户密码 varchar 255 如 阅读全文
posted @ 2022-10-23 22:01 伊万 阅读(982) 评论(1) 推荐(0) 编辑