From f3626af70965344d58098e6eadbdb65d0330a11a Mon Sep 17 00:00:00 2001 From: Don Strawsburg Date: Thu, 4 Dec 2025 10:07:04 -0500 Subject: [PATCH] sharing database connectivity file --- .idea/dataSources.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .idea/dataSources.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..f1e7a08 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,31 @@ + + + + + postgresql + true + org.postgresql.Driver + jdbc:postgresql://r710.dev.gofwd.group:5433/postgres + + + + + + $ProjectFileDir$ + + + postgresql + true + true + $PROJECT_DIR$/src/main/resources/application.properties + org.postgresql.Driver + jdbc:postgresql://r710.gofwd.group:5433/ss_builder + + + + + + $ProjectFileDir$ + + + \ No newline at end of file