XuqmGroup-Server/license-service
XuqmGroup 1a0ef7d886 support multi-app device registration per device
- Add composite unique constraint (app_key, device_id) on DeviceEntity
- Remove global unique constraint from device_id column
- Update DeviceRepository: findByAppKeyAndDeviceId returns Optional,
  findByDeviceId returns List for multi-app lookups
- Update DeviceService.register/verify to scope lookups by appKey
  so same physical device can register independently for each app
- Update LicenseInternalController.getDevice to return list

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-22 18:47:17 +08:00
..
src/main support multi-app device registration per device 2026-05-22 18:47:17 +08:00
pom.xml Add license service and tenant integration 2026-05-15 21:00:24 +08:00