diff --git a/JtProject/src/main/resources/application.properties b/JtProject/src/main/resources/application.properties index fa9181f4..9861f24d 100644 --- a/JtProject/src/main/resources/application.properties +++ b/JtProject/src/main/resources/application.properties @@ -24,7 +24,7 @@ hibernate.hbm2ddl.auto= update spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true - +#DB driver settings db.driver= com.mysql.cj.jdbc.Driver db.url= jdbc:mysql://localhost:3306/ecommjava?createDatabaseIfNotExist=true db.username= root