ikismail / ShoppingCart

E-Commerce Website Using Java - Spring MVC in Maven - PROJECT IS NOT MAINTAINED
MIT License
361 stars 414 forks source link

Need Db scripts #22

Closed puneetgupta12 closed 6 years ago

puneetgupta12 commented 6 years ago

I'd like to ask you for the Db scripts for the solution you posted here.

mazhar266 commented 6 years ago

Have a look at the models under src/main/java/com/model folder. @puneetgupta12

ikismail commented 6 years ago

@puneetgupta12 you don't need any scripts for DB, Hibernate will automatically create the tables and columns based on the model as @mazhar266 told. thanks @mazhar266 closing this.