1. org.springframework.data.mapping.PropertyReferenceException: No property customerid found for type (any Domain class)
If you find this type of exception while run the code , then first check repository class 's custom query name.
it should be like findBycustomerid and customerid must be present in your Domain class
If you find this type of exception while run the code , then first check repository class 's custom query name.
it should be like findBycustomerid and customerid must be present in your Domain class
No comments:
Post a Comment