blinkfox / fenix

This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是一个比 MyBatis 更加强大的 Spring Data JPA 扩展库,为解决复杂动态 JPQL (或 SQL) 而生。https://blinkfox.github.io/fenix
https://blinkfox.github.io/fenix
Apache License 2.0
346 stars 72 forks source link

关于适配jpa 3.0.0以上版本 #82

Closed DokiYoloo closed 1 year ago

DokiYoloo commented 1 year ago

有jpa 3.0.0以上版本适配预期时间嘛

目前测试3.1.0版本下repositoryFactoryBeanClass指定FenixJpaRepositoryFactoryBean无法启动 image

错误信息是 parameter 0: Error creating bean with name 'xxxxRepository': Lookup method resolution failed

DokiYoloo commented 1 year ago

按照 https://github.com/blinkfox/fenix/issues/70 暂时已解决 等待官仓发布我再换回来

          https://github.com/imhansai/fenix/tree/develop-jakarta

Originally posted by @murainwood in https://github.com/blinkfox/fenix/issues/70#issuecomment-1606018256