摘要: 环境:Spring data jpa 问题:jpa failed to lazily initialize a collection of role 原因: 类User Info和Role使用OneToMany时,类UserInfo中用了懒加载fetch=FetchType.LAZY,导致在类Use 阅读全文
posted @ 2021-06-01 13:59 虹梦未来 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 问题解决: java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0 场景: 根据地址模糊查询 例如:北京航空航天大学(学院路校区)学院路37号院-211号楼 java代码如下: Pattern 阅读全文
posted @ 2021-06-01 10:54 虹梦未来 阅读(31) 评论(0) 推荐(0) 编辑