摘要:
@Transactional public int addOrUpdate(SysStudent sysStudent) { sysStudentDAO.save(sysStudent); redisService.delete("student" + sysStudent.getId()); Se 阅读全文
摘要:
Attempted to serialize java.lang.Class: java.lang.String. Forgot to register a type adapter? 尝试序列化java.lang.Class: java.lang.String. 忘记注册类型适配器? 找了好久好久 阅读全文