Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

1.3.0

Compare
Choose a tag to compare
@jxnu-liguobin jxnu-liguobin released this 29 Nov 11:39
· 13 commits to master since this release

重大重构

  1. 使用样例类,并兼容springboot和mybatis,为此引入scala-macro-tools
  2. 统一使用com.fasterxml.jackson序列化,删除fastjson和gson依赖
  3. 删除commons-fileupload依赖,使用函数式scala.util.Using
  4. akka http 消息统一为ImProtocol
  5. akka使用spring改成依赖注入:集成actorSystem
  6. 删除Type到type字段的替换,直接改为 type
  7. 支持在好友的状态变更时广播给所有好友
  8. 支持群离线消息的接收,支持离线群消息、支持离线群消息已读功能(未读会有弹窗和声音,但是需要自己进群)
  9. 切换窗口时将已读
  10. 支持统一的404拦截
  11. 增加GitHub action构建
  12. controller返回entity,删除toJson,使用@ResponseBody