Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run the SQL scripts in the src/main/resources/sql folder to create the necessary tables #1

Open
Vikashkatiyar opened this issue Jul 9, 2023 · 1 comment

Comments

@Vikashkatiyar
Copy link

SQL folder is not available

@dadapunk
Copy link
Owner

dadapunk commented Jul 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants