MVN

com.github.hetianyi : springboot-ready

Maven & Gradle

Feb 08, 2023
0 stars

Springboot Ready · 基于springboot常用组件的自动配置封装

<dependency>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>springboot-ready</artifactId>
    <version>2.7.2.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hetianyi : springboot-ready to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.2.20

All Versions

Choose a version of com.github.hetianyi : springboot-ready to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
springboot-ready-2.7.2.20
springboot-ready-2.7.2.18
springboot-ready-2.7.2.17
springboot-ready-2.7.2.16
springboot-ready-2.7.2.15
springboot-ready-2.7.2.14
springboot-ready-2.7.2.13
springboot-ready-2.7.2.12
springboot-ready-2.7.2.11
springboot-ready-2.7.2.10
springboot-ready-2.7.2.9
springboot-ready-2.7.2.8
springboot-ready-2.7.2.7
springboot-ready-2.7.2.6
springboot-ready-2.7.2.5
springboot-ready-2.7.2.4
2.2.x
springboot-ready-2.2.2.36
springboot-ready-2.2.2.35
springboot-ready-2.2.2.34
springboot-ready-2.2.2.33
springboot-ready-2.2.2.32
2.0.x
springboot-ready-2.0.1
springboot-ready-2.0.0
1.0.x
springboot-ready-1.0.3
springboot-ready-1.0.2
springboot-ready-1.0.0
SB
springboot-ready-SB-2.7.2.RELEASE-3
springboot-ready-SB-2.7.2.RELEASE-2
springboot-ready-SB-2.7.2.RELEASE-1
springboot-ready-SB-2.2.2.RELEASE-30
springboot-ready-SB-2.2.2.RELEASE-24
springboot-ready-SB-2.2.2.RELEASE-23
springboot-ready-SB-2.2.2.RELEASE-22
springboot-ready-SB-2.2.2.RELEASE-21
springboot-ready-SB-2.2.2.RELEASE-20
springboot-ready-SB-2.2.2.RELEASE-19
springboot-ready-SB-2.2.2.RELEASE-18
springboot-ready-SB-2.2.2.RELEASE-17
springboot-ready-SB-2.2.2.RELEASE-16
springboot-ready-SB-2.2.2.RELEASE-15
springboot-ready-SB-2.7.0.RELEASE-1
springboot-ready-SB-2.x.RELEASE-14
springboot-ready-SB-2.x.RELEASE-13
springboot-ready-SB-2.x.RELEASE-12
springboot-ready-SB-2.x.RELEASE-11
springboot-ready-SB-2.x.RELEASE-10
springboot-ready-SB-2.x.RELEASE-9
springboot-ready-SB-2.x.RELEASE-8
springboot-ready-SB-2.x.RELEASE-7
springboot-ready-SB-2.x.RELEASE-6
springboot-ready-SB-2.x.RELEASE-5
springboot-ready-SB-2.x.RELEASE-4
springboot-ready-SB-2.x.RELEASE-3
springboot-ready-SB-2.x.RELEASE-2
springboot-ready-SB-2.x.RELEASE-1

How to add a dependency to Maven

Add the following com.github.hetianyi : springboot-ready maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>springboot-ready</artifactId>
    <version>2.7.2.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hetianyi : springboot-ready gradle dependency to your build.gradle file:

implementation 'com.github.hetianyi:springboot-ready:2.7.2.20'

Gradle Kotlin DSL: Add the following com.github.hetianyi : springboot-ready gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hetianyi:springboot-ready:2.7.2.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hetianyi : springboot-ready sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hetianyi" % "springboot-ready" % "2.7.2.20"