opendx / server

See Next -> https://github.com/yqhp
https://github.com/yqhp
MIT License
93 stars 72 forks source link

[highest]重构0.9.0 #19

Closed jiangyitao closed 3 years ago

jiangyitao commented 3 years ago
  1. 表字段都加上not null
  2. 加上必要的索引
  3. 引入mybatis-plus简化po service mapper
  4. 使用Optional优化代码
  5. 拆出部分表(JSON字段的),便于维护