From bc1d3b4bc6d4d83c2c4eb6b78f4a95582fd0588f Mon Sep 17 00:00:00 2001 From: gabrhr <73925454+gabrhr@users.noreply.github.com> Date: Wed, 1 Jun 2022 22:54:03 -0500 Subject: Fix Dao v1 inicio de cambios camion ok tramoRuta ok generaba error --- back/odiparback/src/main/resources/application.properties | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'back/odiparback/src/main/resources') diff --git a/back/odiparback/src/main/resources/application.properties b/back/odiparback/src/main/resources/application.properties index 6c4feb8..5c476bd 100644 --- a/back/odiparback/src/main/resources/application.properties +++ b/back/odiparback/src/main/resources/application.properties @@ -4,4 +4,15 @@ spring.datasource.username=gabs spring.datasource.password=odiparfront123odiparfront123odiparfront123 spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect -# com.mysql.cj.jdbc.Driver (new driver) \ No newline at end of file +# com.mysql.cj.jdbc.Driver (new driver) + +server.port=8083 +spring.datasource.tomcat.max-wait=20000 +spring.datasource.tomcat.max-active=50 +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 -- cgit v1.2.3