From a4893531484c237bb143c71fe4f9a52d4f6be0c4 Mon Sep 17 00:00:00 2001 From: SGARCIAS Date: Tue, 17 Dec 2024 12:50:42 -0600 Subject: [PATCH] SolucionConexion --- src/main/resources/application.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e0c368d..7355035 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -11,10 +11,16 @@ spring.jpa.defer-datasource-initialization = true # Conexion a la base de datos Comercial -spring.datasource.url=jdbc:oracle:thin:@//svrcomer:1521/comerpdb.JUMAPACELAYA.GOB.MX +spring.datasource.url=jdbc:oracle:thin:@svrcomer:1521/comerpdb.JUMAPACELAYA.GOB.MX spring.datasource.username=Comercial spring.datasource.password=Comercial spring.datasource.driver-class-name=oracle.jdbc.OracleDriver +spring.datasource.hikari.connection-timeout=60000 +spring.datasource.hikari.maximum-pool-size=5 +logging.level.com.zaxxer.hikari=DEBUG +spring.jpa.hibernate.ddl-auto=none +spring.jpa.show-sql=true +spring.jpa.properties.hibernate.format_sql=true vaadin.whitelisted-packages=es/f0rce/signaturepad vaadin.allowed-packages=de.f0rce.signaturepad \ No newline at end of file