Skip to content

v0.7.8

Choose a tag to compare

@feiyuchuixue feiyuchuixue released this 02 Sep 13:14
· 577 commits to main since this release
  • sz-boot-parent:
    • 依赖升级:
      • spring-boot-starter-parent:3.2.5 -> 3.3.3
      • jackson:2.16.1 -> 2.17.2
      • hutool-jwt:5.8.27 -> 5.8.31
      • easyexcel: 3.3.4 -> 4.0.2
      • aspectjweaver: 1.9.22 -> 1.9.22.1
      • commons-lang3:3.14.0 -> 3.16.0
      • mybatis-flex-spring-boot3-starter:1.9.3 -> 1.9.7
      • modelmapper:3.2.0 -> 3.2.1
      • minio:8.5.10 -> 8.5.12
      • sa-token:1.38.0 -> 1.39.0
    • 修复:代码生成,zip生成时流未关闭的问题。
    • 修复:ftl sql模板int类型参数自动转换千分位的问题。
    • 修复:字典更新问题。
    • 优化:类名、包结构。
    • 修改:MybatisFlex禁用全局null值自动忽略。代码生成器模版、部分业务查询拼接同步改动。|增强逻辑清晰和确定性。
  • sz-admin:
    • 优化:账户管理-切换部门列表时list接口请求两次额问题。
    • 优化:[代码生成] 编辑Form,字典类型下拉展示。区分静态字典和动态字典。(感谢[Alex-1116](https://github.com/Alex-1116))