Giving the JpaRepository
an invalid type as an ID
also works.
#2759
Labels
status: pending-design-work
Needs design work before any code can be developed
For example, Post's
@Id
isLong
.However, the application runs normally even if it is written as
JpaRepository<Post, String>
.application
test
log
In short, I think it is necessary to verify this in the place where
RepositoryMetadata
is implemented. Any better ideas? 🤔The text was updated successfully, but these errors were encountered: