- 博客(3)
- 资源 (3)
- 收藏
- 关注
原创 我的Vue学习之旅——vue入门之 vue项目搭建(一)
一、CMD node安装vue 1.安装node.js #设置npm全局和缓存路径 npm config set prefix "D:\xxx\node_global" npm config set cache "D:\xxx\node_cache" 2.node.js安装cnpm淘宝镜像 npm install -g cnpm --registry=https://registry.npm.taobao.org 3.安装vue-cli cnpm install -g vue-cli 4.vue li
2021-07-01 10:50:02 141
原创 Shiro的MD5加盐
让shiro来做密码比对 shiro的配置文件中将HashedCredentialsMatcher 注入 @Bean public HashedCredentialsMatcher credentialsMatcher() { HashedCredentialsMatcher credentialsMatcher = new HashedCredentialsMatcher(); //设置加密的方式 credentialsMatcher.se
2021-06-18 20:34:16 215 1
原创 Springboot整合Shiro
Maven中引入Shiro依赖 <!-- https://mvnrepository.com/artifact/org.apache.shiro/shiro-spring --> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId>
2021-06-18 19:57:27 159
elasticsearch相关压缩包
2022-06-05
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人