Even if mapperLocations were not specified (= null), library still shows warning:
Property 'mapperLocations' was specified but matching resources are not found.
That's because resolveMapperLocations() method never returns null. The fix should be as follows: resolveMapperLocations() should return null if mapperLocations==null.
Even if mapperLocations were not specified (= null), library still shows warning:
Property 'mapperLocations' was specified but matching resources are not found.
That's because resolveMapperLocations() method never returns null. The fix should be as follows: resolveMapperLocations() should return null if mapperLocations==null.