You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for raising the issue. It seems that the SQL folder is not available in the project.
To resolve this, you need to follow these steps:
Manually create the database that the application will use.
Update the application.properties file in the project.
Look for the line of code "spring.jpa.hibernate.ddl-auto=create". This configuration tells Hibernate to automatically create the necessary tables in the database.
Make sure that the database connection properties, such as the URL, username, and password, are correctly specified in the application.properties file.
Additionally, I have updated the README file to include instructions on setting up the database manually and configuring the application.properties file properly.
Please let me know if you have any further questions or need any more assistance.
SQL folder is not available
The text was updated successfully, but these errors were encountered: