
Spring Boot
冷搓
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
Spring Boot整合Mybatis 解决 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)一.Spring Boot与mybatis整合时默认只扫描resources目录下且与Dao同名包下的mapper.xml.二.如果mapper.xml放在src/java/…/Dao目...原创 2019-10-17 11:49:11 · 176 阅读 · 0 评论 -
Spring Boot整合Redis入门案例
一、下载安装Redis及可视化工具1、Redis版本:Redis-x64-3.2.100网盘:https://pan.baidu.com/s/1cLz5es6nZgCBLVwZLoNe5A提取码:5du21)解压后进入安装目录,创建start.bat编辑redis-server.exe redis.windows.conf(如果不做这一步直接点击redis-server.exe...原创 2019-10-12 17:33:04 · 322 阅读 · 0 评论 -
Idea+JRebel远程热部署Spring Boot项目
Idea+JRebel远程热部署Spring Boot项目Idea:2018.3Spring Boot:2.1.9服务器:阿里云centos7,已配置Java环境一. 服务器端配置1.Xshell自选一个目录执行如下命令:curl -O http://dl.zeroturnaround.com/jrebel-stable-nosetup.zip2.解压:unzip jrebel-...原创 2019-10-11 17:33:03 · 693 阅读 · 1 评论