Merge pull request #14 from RecentRunner/fixes

Added an example connection and docker compose for sql and proper error tracking
This commit is contained in:
2026-02-10 09:18:41 -07:00
committed by GitHub

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