前提・実現したいこと
spring-bootでDBにアクセスするようなシステムを作っています。
以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'shohinRepositoryImpl' defined in file [/Users/a/Desktop/Aimkai/VScode/demo/target/classes/com/example/demo/domain/repository/ShohinRepositoryImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'config' defined in class path resource [org/seasar/doma/boot/autoconfigure/DomaAutoConfiguration.class]: Unsatisfied dependency expressed through method 'config' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.IllegalStateException: Cannot load driver class: org.postgresql.Driver ・・・・
どのような設定や実装でこうなったのか提示されないとなんとも。
質問内容からするとエラー読んですらないように見受けられますが