
异常处理
Teng_is_a_littlebird
一名正在找实习的大四软工苦逼
展开
-
问题解决:Cause: com.github.pagehelper.PageException: 无法自动获取数据库类型,请通过 helperDialect 参数指定!
在做ssm项目时引入了pagehelper分页插件,报错:Cause: com.github.pagehelper.PageException: 无法自动获取数据库类型,请通过 helperDialect 参数指定!maven的配置为:<dependency> <groupId>com.github.pagehelper</groupId>`在这里...原创 2019-01-26 19:10:22 · 16529 阅读 · 2 评论 -
ReflectionException: Illegal overloaded getter method with ambiguous type for property enabled in...
我在springboot 整合修改spring security时,遇到一个java和mybatis映射冲突的bug。nested exception is org.apache.ibatis.reflection.ReflectionException: Illegal overloaded getter method with ambiguous type for property enab...原创 2019-05-30 09:35:48 · 4794 阅读 · 5 评论