接口 MapperLocationsProvider


public interface MapperLocationsProvider
定义获取 MybatisPlus mapper-locations 配置的接口
作者:
ok1996
  • 方法概要

    修饰符和类型
    方法
    说明
    获取 mapper-locations 的配置值
  • 方法详细资料

    • getMapperLocations

      List<String> getMapperLocations()
      获取 mapper-locations 的配置值
      返回:
      返回 mapper-locations 的配置值,可能为列表