fabricio
02/09/2018, 10:31 AMinterface ContactRepository : MongoRepository<Contact, String> {
fun abc() {
}
}
This code doesn't work, it throws:
Caused by: org.springframework.data.mapping.PropertyReferenceException: No property abc found for type Contact!but default method in repository does work in java