spring-data-relational
spring-data-relational copied to clipboard
Add setting mappingContext in afterPropertiesSet()
Hi! @mp911de Did you mean about this small fix in https://github.com/spring-projects/spring-data-relational/issues/646 ?
#646 has been addressed via #1143, so there's only another @Autowired left for QueryMappingConfiguration. Care to have a look?
Hi! Sorry, I've been offline for a couple of days. I added a little commit and moved setting for queryMappingConfiguration to afterPropertiesSet()
Thank you for your contribution. That's merged and polished now.