chenggangpro / reactive-mybatis-support

reactive mybatis support for reactive project using r2dbc
Apache License 2.0
69 stars 15 forks source link

mapperLocations excess warning #149

Closed OverDrone closed 9 months ago

OverDrone commented 1 year ago

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.

chenggangpro commented 9 months ago

Finished compatible with r2dbc-spi both (0.9.1.RELEASE) version and 1.0.0.RELEASE version. See branch: 3.x