Hey guys im dealing with issues with trying to deploy my springboot application using Postgres via a Dockerfile, I keep on getting the error
@EnableJpaRepositories declared on JpaConfig: Cannot resolve reference to bean 'jpaSharedEM_factoryBean' while setting bean property 'entityManager'
However it works fine on my local machine. Is this because im trying to connect to an external database from a docker container?
Link to my repo is GitHub - PaulElcampeon/zero-based-budget: A zero based budget application to help you budget