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

57 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代码

整体

  • 改为前后端分离

License

https://github.com/lenve/vhr

Copyright 2018 王松

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

https://github.com/Enaium/vhr-remake

Copyright 2023 Enaium

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0
    
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.