datasciencecompleteguide / Java-Course

This Repository contains the Study Material realted to Java Course on Youtube.
0 stars 0 forks source link

entitityManagerFactory need to be declared in configuration #4

Open Divs-DivyarealDV opened 1 year ago

Divs-DivyarealDV commented 1 year ago

My application failed to start it is showing

APPLICATION FAILED TO START


Description:

Field repository in com.dbtask.springdb.service.ProductService required a bean named 'entityManagerFactory' that could not be found.

The injection point has the following annotations:

Action:

Consider defining a bean named 'entityManagerFactory' in your configuration.

what can I do please help me

lukasako commented 1 year ago

I've got the same problem here, could you solve it?