注释类型 MapperScan


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface MapperScan
    注解标示 mapper接口的位置. 默认mapper.xml和接口是在同一位置
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String[] value  
    • 元素详细资料