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

Enaium/practice-vhr-remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vhr-remake 微人事重制版

修改

数据库

  • 表字段名从驼峰改为下划线

  • 部分字段改为不能为null

  • 删除中间表ID

前端

  • Webpack改为Vite
  • JavaScript改为Typescript
  • Vue2改为Vue3
  • Element UI改为Element Plus

后端

  • Mybatis改为Jimmer
  • SpringBoot2改为SpringBoot3
  • SpringSecurity改为SaToken
  • 优化导入导出Excel代码

整体

  • 改为前后端分离