MVN

io.github.wayn111 : mybatis-xmlreload-spring-boot-starter

Maven & Gradle

Jul 05, 2023
52 stars

mybatis-xmlreload-spring-boot-starter · mybais springboot项目中xml文件热加载支持

<dependency>
    <groupId>io.github.wayn111</groupId>
    <artifactId>mybatis-xmlreload-spring-boot-starter</artifactId>
    <version>2.0.4.m2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.wayn111 : mybatis-xmlreload-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4.m2

All Versions

Choose a version of io.github.wayn111 : mybatis-xmlreload-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
mybatis-xmlreload-spring-boot-starter-3.0.3.m3
mybatis-xmlreload-spring-boot-starter-3.0.3.m2
mybatis-xmlreload-spring-boot-starter-3.0.3.m1
mybatis-xmlreload-spring-boot-starter-3.0.2
mybatis-xmlreload-spring-boot-starter-3.0.1
2.0.x
mybatis-xmlreload-spring-boot-starter-2.0.4.m2
mybatis-xmlreload-spring-boot-starter-2.0.3.m2
mybatis-xmlreload-spring-boot-starter-2.0.1.m1

How to add a dependency to Maven

Add the following io.github.wayn111 : mybatis-xmlreload-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.wayn111</groupId>
    <artifactId>mybatis-xmlreload-spring-boot-starter</artifactId>
    <version>2.0.4.m2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.wayn111 : mybatis-xmlreload-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.github.wayn111:mybatis-xmlreload-spring-boot-starter:2.0.4.m2'

Gradle Kotlin DSL: Add the following io.github.wayn111 : mybatis-xmlreload-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.wayn111:mybatis-xmlreload-spring-boot-starter:2.0.4.m2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.wayn111 : mybatis-xmlreload-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.wayn111" % "mybatis-xmlreload-spring-boot-starter" % "2.0.4.m2"