Skip to content

Commit

Permalink
Merge pull request #4 from hadilHelali/FixeBranch
Browse files Browse the repository at this point in the history
performing some fixes
  • Loading branch information
HadilHelali authored Apr 8, 2022
2 parents ca12518 + 0abd2cb commit 3c9ad5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/main/java/tn/itari/Backend/utilisateur/Utilisateur.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tn.itari.Backend;
package tn.itari.Backend.utilisateur;

import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
Expand All @@ -13,8 +13,8 @@ public class Utilisateur {
@GeneratedValue
Integer id;
String name ;
String email;
String password;
public String email;
public String password;


}
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=GzV95pDg6p
spring.datasource.password=admin
spring.datasource.url=jdbc:mysql://localhost:3306/9itari
spring.jpa.hibernate.ddl-auto=update

0 comments on commit 3c9ad5f

Please sign in to comment.