summaryrefslogtreecommitdiffstats
path: root/back/odiparback/src/main/resources/application.properties
diff options
context:
space:
mode:
authorgabrhr <[email protected]>2022-06-05 18:37:58 -0500
committergabrhr <[email protected]>2022-06-05 18:37:58 -0500
commit6f5fc69d4c518efb54814efa028baed797008ab3 (patch)
tree044a7d8b382606a9b999d746923f121898a35dd9 /back/odiparback/src/main/resources/application.properties
parentf4435233c0aad92f63ee097831565875a6dc903c (diff)
downloadDP1_project-6f5fc69d4c518efb54814efa028baed797008ab3.tar.gz
DP1_project-6f5fc69d4c518efb54814efa028baed797008ab3.tar.bz2
DP1_project-6f5fc69d4c518efb54814efa028baed797008ab3.zip
Add get Camiones
redux y más funciona de camiones #TODO - añadir todos los puntos - Mejorar el path del punto con funcion - añadir tiempos segun distancia - estetica al final (camion, colores, etc) - Arreglar combos - Añadir los reducer de pedidos, rutas, almacen
Diffstat (limited to 'back/odiparback/src/main/resources/application.properties')
-rw-r--r--back/odiparback/src/main/resources/application.properties9
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..21175da 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.generate-ddl=true
+#spring.jpa.hibernate.hbm2ddl.auto=none
+#spring.jpa.hibernate.ddl-auto=update
+
+spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
+spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl \ No newline at end of file