bobpxp 发表于 2015-11-28 21:30:50

Mybatis Spring Boot 1.0.0 正式发布

欢迎加入运维网交流群:263444886  
  Mybatis Spring Boot 1.0.0 正式发布,详细信息请查看发行页面:
  
  https://github.com/mybatis/mybatis-spring-boot/releases
  下载地址如下:

[*]  Source code (zip)
[*]  Source code (tar.gz)
  
  Mybatis Spring Boot 是 MyBatis 和 Spring Boot 的集成。
  配置文件设置:
mybatis.config= # mybatis config file  
mybatis.mapperLocations= # mappers file
  
mybatis.typeAliasesPackage= # domain object's package 
  
mybatis.typeHandlersPackage= # handler's package
  
mybatis.check-config-location= # check the mybatis configuration exists
  
mybatis.executorType= # mode of execution. Default is SIMPLE
  依赖:
  
    org.mybatis.spring.boot
  
    mybatis-spring-boot-starter
  
    1.0.0-SNAPSHOT
  

  
页: [1]
查看完整版本: Mybatis Spring Boot 1.0.0 正式发布