diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 60271139666e855654cd601699e982c74e79c0d7..73df36fa4bccbc70231747c1e8055dcbb8b8cfa0 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,10 +1,10 @@
 spring.application.name=projetIndu
-spring.datasource.url=jdbc:mysql://localhost:3306/projet
+spring.datasource.url=jdbc:mysql://localhost:3307
 spring.datasource.username=root
-spring.datasource.password=jessie
+spring.datasource.password=mypassword
 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
 spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
-spring.jpa.hibernate.ddl-auto=update
+spring.jpa.hibernate.ddl-auto=create
 spring.jpa.show-sql=true
 spring.jpa.properties.hibernate.format_sql=true
 spring.thymeleaf.prefix=classpath:/templates/
@@ -14,7 +14,5 @@ spring.servlet.multipart.max-file-size=100MB
 spring.servlet.multipart.max-request-size=100MB
 spring.mvc.hiddenmethod.filter.enabled=true
 
+spring.banner.location=banner.txt
 
-
-
-spring.banner.location=banner.txt
\ No newline at end of file