Skip to content
Snippets Groups Projects
Commit f35d40d7 authored by COULIBALY Aichatou's avatar COULIBALY Aichatou
Browse files

-----

parent 947621e2
No related branches found
No related tags found
1 merge request!18Aichatou
File deleted
File deleted
File deleted
File deleted
spring.application.name=projetIndu spring.application.name=projetIndu
spring.datasource.url=jdbc:mysql://host.docker.internal:3307/projet spring.datasource.url=jdbc:mysql://localhost:3307
spring.datasource.username=root spring.datasource.username=root
spring.datasource.password=mypassword spring.datasource.password=mypassword
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect 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.show-sql=true
spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.format_sql=true
spring.thymeleaf.prefix=classpath:/templates/ spring.thymeleaf.prefix=classpath:/templates/
...@@ -12,7 +12,7 @@ spring.thymeleaf.suffix=.html ...@@ -12,7 +12,7 @@ spring.thymeleaf.suffix=.html
spring.thymeleaf.cache=false spring.thymeleaf.cache=false
spring.servlet.multipart.max-file-size=100MB spring.servlet.multipart.max-file-size=100MB
spring.servlet.multipart.max-request-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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment