Caused by: org.springframework.data.mapping.PropertyReferenceException: No property existsById found for type Planet!
at org.springframework.data.mapping.PropertyPath.<init>(PropertyPath.java:77)
at org.springframework.data.mapping.PropertyPath.create(PropertyPath.java:329)
at org.springframework.data.mapping.PropertyPath.create(PropertyPath.java:309)
at org.springframework.data.mapping.PropertyPath.from(PropertyPath.java:272)
コードを検出していないようだ
public boolean existsByIdAndOwnerId(Long planetId, Integer ownerId);
- 春バージョン:4.3.12.RELEASE
- Hibernateのバージョン:5.2.12.Final
- 春データJPAバージョン:1.11.7.RELEASE
ありがとうございます!
https://stackoverflow.com/a/26539097/8906016あなたは(すなわち 'パブリックブールfindByIdAndOwnerId(ロングplanetId、整数OWNERIDによってfindByの代わりが存在を使用する必要が – canillas
それをチェック); ')。 – Hiren