spring-data-jpa
spring-data-jpa copied to clipboard
Unsupported Repository query return types have no hints or logs or exceptions
As I reported in #3379, the query still succeeds and returns when an unsupported type is used, but an exception occurs when I use this object of the type I defined. In my opinion, the type should be checked and prompted at the time of use or startup.