Update instructions/convert-jpa-to-spring-data-cosmos.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Theo van Kraay 2025-08-14 14:49:41 +01:00 committed by GitHub
parent 9681e1cc46
commit ed26acc0c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -571,7 +571,6 @@ When encountering template errors:
- `method X cannot be applied to given types` → Remove pagination parameters - `method X cannot be applied to given types` → Remove pagination parameters
- `cannot find symbol: method Y()` → Update to new repository method names - `cannot find symbol: method Y()` → Update to new repository method names
- Method signature conflicts → Rename conflicting methods - Method signature conflicts → Rename conflicting methods
#### When runtime fails: #### When runtime fails:
1. **Check application logs** for specific error messages 1. **Check application logs** for specific error messages