Springboot Application with Postgres

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

Hi Paul,

Were you able to get past this error? I see that your most recent deploys on the service were successful.

Please let us know if you still needed assistance.

Best,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.