前提・実現したいこと
java(Spring)で在庫管理システムをつくっています
https://qiita.com/wataru908/items/22b7f03c409422c40f7d#%E4%BD%BF%E7%94%A8%E7%92%B0%E5%A2%83
こちらのコードをローカルに持ってこうとして実行したらエラーが出ました。
発生している問題・エラーメッセージ
1BookDataRepository.javaに型 org.springframework.data.domain.Sort を解決できません。必要な .class ファイルから間接的に参照されています。 型 org.springframework.data.repository.query.QueryByExampleExecutor を解決できません。必要な .class ファイルから間接的に参照されています。 の二つのエラーが出ます。 2実行すると以下のエラーが出ます。 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-09-29 15:45:04.241 ERROR 2925 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: Field entityManager in com.example.demo.BookDataDaoImpl required a bean of type 'javax.persistence.EntityManager' that could not be found. The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true) Action: Consider defining a bean of type 'javax.persistence.EntityManager' in your configuration.
該当のコード
コードが多すぎてどうしても投稿できないのでお手数ですがコードを見ていただける場合下記のGithubを参照してください。
https://github.com/shochanyaho/SerchSystem.git
これのbook2.1 もしくは book2.2
javaのバージョンを変えただけなのでコードはほとんど同じです。
###試したこと
バージョンの変更8、11
jarファイルの破損がないか
###補足
私は初学者なので初歩的なことかもしれませんなので思い付いたことなんでもご教授お願いします。