1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Mybatis Spring Boot 1.0.0 正式发布 下载

Discussion in '软件资讯' started by 漂亮的石头, 2015-11-19.

  1. 漂亮的石头

    漂亮的石头 版主 Staff Member

    Joined:
    2012-02-10
    Messages:
    487,336
    Likes Received:
    47
    Mybatis Spring Boot 1.0.0 正式发布,详细信息请查看发行页面:

    https://github.com/mybatis/mybatis-spring-boot/releases

    下载地址如下:



    Mybatis Spring Boot 是 MyBatisSpring 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

    依赖:

    <dependency>
    <groupId>org.mybatis.spring.boot</groupId>
    <artifactId>mybatis-spring-boot-starter</artifactId>
    <version>1.0.0-SNAPSHOT</version>
    </dependency>
    Mybatis Spring Boot 1.0.0 正式发布下载地址
     
Loading...