i’m trying to host my spring boot web application but getting this errors please help me out
Error starting ApplicationContext. To display the condition evaluation report re-run your application with ‘debug’ enabled.
2024-04-29T13:08:45.057Z ERROR 1 — [ main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘entityManagerFactory’ defined in class path resourceenter image description here
Attempt: I attempted to deploy my Spring Boot application on Render using the provided documentation and configuration options.
Expectation: I expected the deployment process to be straightforward, with the application running smoothly on the Render platform as it does locally.
Result: However, upon deployment, I encountered an error related to the creation of the entityManagerFactory bean, which prevented the application from starting successfully. This error message was not encountered during local testing, so it appears to be specific to the Render environment.
KapasiyaG1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.