2021年11月22日
摘要: 在mapper类上加上注解@Repository 阅读全文
posted @ 2021-11-22 11:05 leaverk 阅读(90) 评论(0) 推荐(0) 编辑
  2021年11月11日
摘要: Illegal use of &lt;when&gt;-style tag without &lt;choose&gt; as its direct parent 在jsp页面用报错Illegal use of <when>-style tag without <choose> as its dir 阅读全文
posted @ 2021-11-11 13:39 leaverk 阅读(578) 评论(0) 推荐(0) 编辑
  2021年11月10日
摘要: 修改nginx配置文件 location / { root ... index ... try_files $uri $uri/ /index.html; 解决页面刷新404问题 } (参考官网 https://router.vuejs.org/zh-cn/essentials/history-mo 阅读全文
posted @ 2021-11-10 16:24 leaverk 阅读(52) 评论(0) 推荐(0) 编辑
  2021年11月6日
摘要: 在接到需求以后,直接在master上开发了,到提交的时候才想起来忘记新建版本分支了,直接提交到master会影响到其他人。 这时候就想着将本地编辑的代码,没有提交的代码暂存起来,然后新建一个新分支,再将暂存的代码推送到新分支上。 // 先将本地修改进行暂存 > git stash // 暂存完毕后执 阅读全文
posted @ 2021-11-06 22:26 leaverk 阅读(54) 评论(0) 推荐(0) 编辑
摘要: IDEA热部署方式: spring-boot-devtools JRebel插件 spring-boot-devtools为应用提供一些开发时特性,包括默认值设置,自动重启,livereload等。 <dependencies> <dependency> <groupId>org.springfra 阅读全文
posted @ 2021-11-06 17:42 leaverk 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 2021年11月6日-开通博客 以后会在这里记录一些遇到的问题,以及新接触的知识点,希望能让自己有所收获。 good day! 阅读全文
posted @ 2021-11-06 17:12 leaverk 阅读(12) 评论(0) 推荐(0) 编辑