MVN

com.pig4cloud.spring.boot : mybatis-spring-boot

Maven & Gradle

Nov 03, 2019
4k stars

mybatis-spring-boot · Spring Boot Support for MyBatis

<dependency>
    <groupId>com.pig4cloud.spring.boot</groupId>
    <artifactId>mybatis-spring-boot</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pig4cloud.spring.boot : mybatis-spring-boot to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.pig4cloud.spring.boot : mybatis-spring-boot to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
mybatis-spring-boot-0.1.1
mybatis-spring-boot-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.pig4cloud.spring.boot</groupId>
    <artifactId>mybatis-spring-boot</artifactId>
    <version>0.1.1</version>
</dependency>

Advertisement