SaiUpadhyayula / spring-reddit-clone

Reddit clone built using Spring Boot, Spring Security with JWT Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone
658 stars 386 forks source link

Mysql schema location? #10

Closed hajimurtaza closed 3 years ago

hajimurtaza commented 3 years ago

Can you provide location for schema of database. In your website only diagram is there.

SaiUpadhyayula commented 3 years ago

You don't need schema file, make sure the database is created in mysql and then just update the application.properties with your local db credentials, start the application and Hibernate will automatically create the tables.

This is already mentioned in the youtube tutorial

hajimurtaza commented 3 years ago

Yes , I had failed to annotate one of the classes , hence dependency injection was failing. Its working now. Thanks. You can close or delete this issue.