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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mysql schema location?

hajimurtaza opened this issue · comments

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

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

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.