Commit Graph

3 Commits

Author SHA1 Message Date
8b10696c84 Fix backend security, validation, and API contracts 2026-03-10 13:03:14 -06:00
a1be1a5688 Improve Docker healthcheck to validate schema initialization
- Check for 'users' table existence instead of just mysqladmin ping
- Ensures schema.sql has executed before marking as healthy
- Add 40s start_period for initial schema load
- Prevents Spring Boot from connecting to uninitialized database
2026-03-09 22:01:42 -06:00
2521806dea Add database auto-start configuration for development 2026-03-09 20:38:38 -06:00