Added an example connection file and also added proper error tracing

This commit is contained in:
2026-02-10 09:15:20 -07:00
parent 117e7010f6
commit c2294d2faa

View File

@@ -0,0 +1,3 @@
url=jdbc:mysql://127.0.0.1:3306/Petstoredb?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
user=petapp
password=petapppass