making / hajiboot-samples

書籍「はじめてのSpring Boot」のサポートページ
133 stars 67 forks source link

78ページのCustomerServiceでコンパイルエラー #78

Closed tawatana closed 6 years ago

tawatana commented 6 years ago

78ページのCustomerServiceのソース内の以下2箇所でコンパイルエラーとなります。 customerRepository.findOne(id); customerRepository.delete(id);

エラー内容は「The method findOne(Customer) in the type CrudRepository<Customer,Integer> is not applicable for the arguments (Integer)」です。 deleteも同様です。

解消方法をご教示頂けますでしょうか。 STSのバージョンは3.9.4になります。 よろしくお願い致します。

making commented 6 years ago

https://github.com/making/hajiboot-samples/issues/77 と同じですかね

tawatana commented 6 years ago

ご回答ありがとうございます。 過去分の確認漏れでお手数お掛けしすみません。 2系用の修正をしてみたところエラーが解消致しました。