An open API service indexing awesome lists of open source software.

https://github.com/enaium/practice-vhr-remake

微人事重制版
https://github.com/enaium/practice-vhr-remake

java jimmer satoken springboot springdoc typescript vhr vite vue

Last synced: 4 months ago
JSON representation

微人事重制版

Awesome Lists containing this project

README

          

# 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.
```