Day1环境搭建与用户登录
1.Vmware无法连接到连接工具:
2.导入maven工程报错:cannot reconnect:
3.lamadaQueryMapper:
(1)LambdaQueryWrapper 报错 Object is not a functional interface
因为没有加泛型
(2) service层不能单纯的实现接口,还有继承才能使用MP
public class ApUserServiceImpl extends ServiceImpl<ApUserMapper, ApUser>
implements ApUse