MVN

io.github.hzpz.spring.boot : mongeez-spring-boot-starter

Maven & Gradle

Jun 28, 2019
15 stars

Spring Boot AutoConfigure for Mongeez

<dependency>
    <groupId>io.github.hzpz.spring.boot</groupId>
    <artifactId>mongeez-spring-boot-starter</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.hzpz.spring.boot : mongeez-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of io.github.hzpz.spring.boot : mongeez-spring-boot-starter to add to Maven or Gradle - All Versions:

  • Version Updated
  • mongeez-spring-boot-starter-2.0.1

    Jun 28, 2019
  • mongeez-spring-boot-starter-1.3.0

    Oct 03, 2016
  • mongeez-spring-boot-starter-1.2.0

    Mar 26, 2016
  • mongeez-spring-boot-starter-1.1.0

    Dec 01, 2015
  • mongeez-spring-boot-starter-1.0.1

    Oct 24, 2015
  • mongeez-spring-boot-starter-1.0.0

    Aug 05, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.hzpz.spring.boot</groupId>
    <artifactId>mongeez-spring-boot-starter</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.hzpz.spring.boot:mongeez-spring-boot-starter:2.0.1'

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

implementation("io.github.hzpz.spring.boot:mongeez-spring-boot-starter:2.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.hzpz.spring.boot" % "mongeez-spring-boot-starter" % "2.0.1"