From c2294d2faa5b533d2bde65c020f0e1367655569f Mon Sep 17 00:00:00 2001 From: Harkamal Randhawa Date: Tue, 10 Feb 2026 09:15:20 -0700 Subject: [PATCH] Added an example connection file and also added proper error tracing --- connectionpetstore.properties.example | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 connectionpetstore.properties.example diff --git a/connectionpetstore.properties.example b/connectionpetstore.properties.example new file mode 100644 index 00000000..426ecafb --- /dev/null +++ b/connectionpetstore.properties.example @@ -0,0 +1,3 @@ +url=jdbc:mysql://127.0.0.1:3306/Petstoredb?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC +user=petapp +password=petapppass \ No newline at end of file