Skip to content

mhmmdgamal/ecommerce-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecommerce-rest

first use:

create database with name "ecommerce_rest"

then go to src/main/resources/application.properties

and change:

spring.jpa.hibernate.ddl-auto=update

to

spring.jpa.hibernate.ddl-auto=create

then run program to create table in database

then

change it to

spring.jpa.hibernate.ddl-auto=update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages