# HealthLink-HIS — GitHub Copilot Instructions Read RULES.md in the project root for complete development standards. ## Quick Reference - Backend: healthlink-his-server/ (Spring Boot 4.0.6, JDK 25, MyBatis-Plus 3.5.16) - Frontend: healthlink-his-ui/ (Vue 3, Vite, Element Plus) - Package: com.healthlink.his - API prefix: /healthlink-his/api/v1/ - All DB changes via Flyway: healthlink-his-domain/src/main/resources/db/migration/ - Test before commit: mvn clean compile -DskipTests && npm run build:dev