-
Previously the script used hardcoded defaults (127.0.0.1:3306 / xly_erp) and ignored the user's remote test DB. Now sources .env.local like setup-test-db.sh does. Documents the prereq that Spring Boot must have started at least once (Flyway applies V1) before seeding.
-
Enables the new frontend/ Vite app (localhost:5173) to call the backend across origins. Adds OPTIONS preflight permitAll. Seed script provisions an admin user (sUserName=admin / password=666666) for first-run login.