Commit Graph

9 Commits

Author SHA1 Message Date
8cb80d8ada Sync dev stack 2026-03-10 21:11:49 -06:00
319293a59d Fix backend validation 2026-03-10 17:15:26 -06:00
8b10696c84 Fix backend security, validation, and API contracts 2026-03-10 13:03:14 -06:00
7db2e63b79 Create 3 simple cross-platform run configurations
1. Pet Shop Application - Run Spring Boot (main run config)
2. Database - Start database containers
3. Reset Database - Clean volumes and restart (Maven-based, auto-stops)

All use IntelliJ Docker/Spring Boot/Maven integration (Windows/Mac/Linux).
Reset Database uses exec-maven-plugin to run docker compose down -v.
Stops automatically when complete.
2026-03-09 22:01:42 -06:00
015bb574b8 Add validation tests to detect run configuration drift
- Add spring-boot-starter-test dependency for JUnit Jupiter
- Validate main class exists and matches run config reference
- Validate module name matches pom.xml artifactId
- Validate schema.sql contains active column
- Prevents configuration breakage from refactoring
- Fails with clear messages pointing to which configs need updates

All 5 tests passing.
2026-03-09 22:01:42 -06:00
68087c8f82 Allow public GET access to services and categories 2026-03-08 15:17:49 -06:00
d6eaeb2d88 Restore complete implementations 2026-03-05 06:00:38 -07:00
7609a8e825 Fix annotation processing in Maven 2026-03-05 05:57:33 -07:00
aeb8002b2b Move backend to root directory 2026-03-05 05:57:32 -07:00