Skip to content

v0.2.0-RELEASE

Compare
Choose a tag to compare
@colorful3 colorful3 released this 17 Apr 06:11
· 40 commits to master since this release

Features

  • 新增高级版代码生成器模板(759c7f4)

Bug Fixes

  • 修复 MyBatisPlus 分页失效的问题(ff30b42)
  • 修复代码生成器控制器模板的bug(02b06d5)
  • 修复由于只在 servlet 加载时获取七牛 token 导致的文件上传时 token 过期的 bug(7b73d11)
  • 修复删除用户接口(deleteUser) 允许删除 root 分组的用户的bug(2c9373f)
  • 修复升级 spring-boot 2.4.0 后导致的跨域问题(5946283)
  • 修复分组下若有成员,该分组不可删除的问题(7db150c)
  • 修复当请求体中的 json 参数类型错误,异常拦截报错不准确的问题(98776c5)

⚠ BREAKING CHANGES

  • 移除对 hutool 的依赖(359200c)
  • 将单元测试使用的 junit4 替换为junit5 (1e01b29)