Align backend schema with desktop application

This commit is contained in:
2026-03-06 09:58:09 -07:00
parent 9313ca74f4
commit 3a00209e1f
62 changed files with 746 additions and 1762 deletions

View File

@@ -25,8 +25,8 @@ services:
SPRING_DATASOURCE_URL: jdbc:mysql://db:3306/Petstoredb?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
SPRING_DATASOURCE_USERNAME: petshop
SPRING_DATASOURCE_PASSWORD: petshop
# Change this in real use
JWT_SECRET: change_me_please
# Change this in real use (must be at least 32 characters)
JWT_SECRET: change_me_please_this_secret_key_is_long_enough_for_jwt_hmac_sha256
ports:
- "8080:8080"
depends_on: