自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

阿晖的博客

不要假装很努力

  • 博客(3)
  • 收藏
  • 关注

原创 Mapper method 'comxx' has an unsupported return type

报错场景:在学习SpringBoot与mybatis整合的时候,对数据库的数据进行更新操作,sql执行成功,但是返回了如下的异常org.apache.ibatis.binding.BindingException: Mapper method 'com.hui.mybatisdemo.mapper.UserMapper.updatePasswordByName' has an unsuppor...

2018-12-20 21:47:12 9775 5

原创 The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized

搭建一个SpringBoot的项目,配置完jpa之后,启动项目,报了如下的错误:java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or...

2018-12-13 20:17:23 269

原创 JPA事务问题Executing an update delete query

报错的异常场景SpringBoot的JPA进行修改操作public interface GirlService extends JpaRepository<LitterGirl,Integer>{ @Modifying @Query("update LitterGirl g set g.name = ?1 where g.id = ?2") int modi...

2018-12-13 20:09:22 1495

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除