用mysql5.7以及以上版本的同学注意下,默认时间不能设置0000-00-00。需要执行下这两条命令:
```
SELECT @@GLOBAL.sql_mode;
SELECT @@SESSION.sql_mode;
```
```
SELECT @@GLOBAL.sql_mode;
SELECT @@SESSION.sql_mode;
```
2019-02-03
我的访问查询报错,断点不进DouserMApper接口
in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.project.dao.UserDOMapper.selectByPrimaryKey] with root cause
in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.project.dao.UserDOMapper.selectByPrimaryKey] with root cause
2019-02-01
我的访问查询报错,断点不进DouserMApper接口
in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.project.dao.UserDOMapper.selectByPrimaryKey] with root cause
in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.project.dao.UserDOMapper.selectByPrimaryKey] with root cause
2019-02-01
学完已经有段时间了,今天刚好没事把自己敲的完整代码上传到github上了,有前端和后端,大部分都是和视频中的一样,有些小细节我自己改进了下,希望能够帮助到有需要的人。
演示地址:http://codenjoyes.com:8080/pages/login.html
GitHub地址:https://github.com/hugmehard/springboot-seckill
,https://github.com/hugmehard/seckill-pages
演示地址:http://codenjoyes.com:8080/pages/login.html
GitHub地址:https://github.com/hugmehard/springboot-seckill
,https://github.com/hugmehard/seckill-pages
2019-01-25