diff options
| author | Dayana31 <[email protected]> | 2022-06-03 18:18:17 -0500 |
|---|---|---|
| committer | Dayana31 <[email protected]> | 2022-06-03 18:18:17 -0500 |
| commit | 7618076e969c14c64b421b35ef201f97e4132e22 (patch) | |
| tree | b908477e928ca15325232f0d02cfe1d49cfd55ec /back/odiparback/src/main/resources | |
| parent | f4435233c0aad92f63ee097831565875a6dc903c (diff) | |
| download | DP1_project-7618076e969c14c64b421b35ef201f97e4132e22.tar.gz DP1_project-7618076e969c14c64b421b35ef201f97e4132e22.tar.bz2 DP1_project-7618076e969c14c64b421b35ef201f97e4132e22.zip | |
Codigo en clase camion
Diffstat (limited to 'back/odiparback/src/main/resources')
| -rw-r--r-- | back/odiparback/src/main/resources/application.properties | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/back/odiparback/src/main/resources/application.properties b/back/odiparback/src/main/resources/application.properties index 5c476bd..a3dfce2 100644 --- a/back/odiparback/src/main/resources/application.properties +++ b/back/odiparback/src/main/resources/application.properties @@ -13,6 +13,9 @@ spring.datasource.tomcat.max-idle=20 spring.datasource.tomcat.min-idle=15 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.jpa.generate-ddl=true -spring.jpa.hibernate.hbm2ddl.auto=update -spring.jpa.hibernate.ddl-auto=update
\ No newline at end of file +spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl +spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl + +#spring.jpa.generate-ddl=true +#spring.jpa.hibernate.hbm2ddl.auto=update +#spring.jpa.hibernate.ddl-auto=update
\ No newline at end of file |
