摘要: Git配置用户名邮箱,git命令 配置全局变量 git config --global user.name "username" git config --global user.email "email" 替换全局变量 git config --replace-all user.name "nam 阅读全文
posted @ 2022-07-14 18:32 scwelcome 阅读(86) 评论(0) 推荐(0)
摘要: 记录一次JWT &拦截器学习 ​ 看阮一峰的博客JSON Web Token 入门教程 成功 引入jwt依赖和拦截器依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.4. 阅读全文
posted @ 2022-07-14 18:32 scwelcome 阅读(120) 评论(0) 推荐(0)
摘要: 2022年7月14日 日志 早上任务: 完成拦截器 实现Vue的增删改查和登录拦截器整合 在里面的里面添加resources <resources> <resource> <directory>src/main/resources</directory> </resource> <resource> 阅读全文
posted @ 2022-07-14 18:32 scwelcome 阅读(22) 评论(0) 推荐(0)