Fix sale inventory and switch to port 3306 #143

Merged
RecentRunner merged 2 commits from backend-refactor into main 2026-04-06 21:06:09 -06:00
Showing only changes of commit 1187c7bcc1 - Show all commits

View File

@@ -9,7 +9,7 @@ spring:
max-request-size: 5MB
datasource:
url: ${SPRING_DATASOURCE_URL:jdbc:mysql://localhost:3307/Petstoredb_target?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC}
url: ${SPRING_DATASOURCE_URL:jdbc:mysql://localhost:3306/Petstoredb?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC}
username: ${SPRING_DATASOURCE_USERNAME:petshop}
password: ${SPRING_DATASOURCE_PASSWORD:petshop}
driver-class-name: com.mysql.cj.jdbc.Driver