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
微人事重制版
- Host: GitHub
- URL: https://github.com/enaium/practice-vhr-remake
- Owner: Enaium
- License: apache-2.0
- Archived: true
- Created: 2023-04-14T07:07:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T07:14:03.000Z (about 3 years ago)
- Last Synced: 2024-12-18T13:10:07.547Z (over 1 year ago)
- Topics: java, jimmer, satoken, springboot, springdoc, typescript, vhr, vite, vue
- Language: Kotlin
- Homepage: https://www.bilibili.com/video/BV1dm4y127n9
- Size: 475 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```