From 4e37682d80f7172ab78d5faf8ebd50a8f0c99ba6 Mon Sep 17 00:00:00 2001 From: SGARCIAS Date: Tue, 17 Dec 2024 19:43:10 -0600 Subject: [PATCH] Solucion definitiva Conexion --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 437c8f5..d7f0b6e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -11,7 +11,7 @@ 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.JUMAPACELAYA.GOB.MX:1521/comerpdb.JUMAPACELAYA.GOB.MX spring.datasource.username=Comercial spring.datasource.password=Comercial spring.datasource.driver-class-name=oracle.jdbc.OracleDriver