My combination of is Spring Boot + Spring Data Jpa + Multiple Databases. I am getting following NullPointer exception when starting the application. Feels like SPring Data with
Many thanks to Vishal for the idea. In my case it was generic-less implementation of javax.persistence.AttributeConverter that provoked this exception. Changing
class MapConverter implements AttributeConverter to class MapConverter implements AttributeConverter really helped.