Class MapperProperties

java.lang.Object
tk.mybatis.mapper.entity.Config
tk.mybatis.mapper.autoconfigure.MapperProperties

@ConfigurationProperties(prefix="mapper") public class MapperProperties extends Config
这个类存在的主要目的是方便 IDE 自动提示 mapper. 开头的配置
Since:
2017/1/2.
Author:
liuzh
  • Constructor Details

    • MapperProperties

      public MapperProperties()