vhr
vhr copied to clipboard
微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
有一些空白的前端界面,里面只有文字标题,比如StdAll.vue里面只有 综合信息统计 我把这个文件里面仅有的文字改成我自己的,helloworld,为什么运行后显示出来的还是 综合信息统计 ?
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2020-02-19 13:17:30.198 ERROR 17332 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean...
在 CustomFilterInvocationSecurityMetadataSource 这个类中 首先通过数据库查询到菜单表,遍历菜单匹配到对应的url再去找到这个url所拥有的角色,CustomUrlDecisionManager这个类中判断当前登录的用户是否具备当前请求URL所需要的角色信息:也是通过遍历这个URL所需要的角色,里面再通过自己所拥有的角色来得出是否有权限访问。 **提出疑问:**虽然在数据库查询哪里加了缓存,但是后面的操作都需要遍历,而且都是双重价格遍历。当访问量、系统复杂度、角色增多 这里的效率是不是很低呢。 **提出想法:** 利用@PreAuthorize("hasAnyAuthority('')")注解是不是可以代替上面步骤呢
Demo级的开源项目,自己练手,学习还可以! 项目模块设计实在是不敢恭维,作为学习项目还行!
系统;win 10 x64 python: Python27 nodejs: 16.13.0 【若要使用最新的 nodejs 需要修改 vuehr 目录下的 package.json】 修改为: { "node-sass": "^6.0.1", "sass-loader": "^10.0.1", } 同时本地需要安装 Visual Studio 2019 - 选择 “Desktop development with C...
1、mysql版本为5.7 2、mysql-driver版本为8.x 后端vhr-web启动的时候报如下错,百度一顿操作没解决,这是啥原因?是我的mysql版本不对吗? `2021-10-25 17:23:49.295 ERROR 22904 --- [reate-707992390] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:mysql://localhost:3306/vhr?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai, errorCode 0, state 08S01 com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to...