is not current version
Last Version 2.0.1

com.github.hetianyi:springboot-ready SB-2.2.2.RELEASE-18

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

GroupId

GroupId

com.github.hetianyi
ArtifactId

ArtifactId

springboot-ready
Version

Version

SB-2.2.2.RELEASE-18
Type

Type

jar

Download springboot-ready SB-2.2.2.RELEASE-18


<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/ -->
<dependency>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>springboot-ready</artifactId>
    <version>SB-2.2.2.RELEASE-18</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/
implementation 'com.github.hetianyi:springboot-ready:SB-2.2.2.RELEASE-18'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/
implementation ("com.github.hetianyi:springboot-ready:SB-2.2.2.RELEASE-18")
'com.github.hetianyi:springboot-ready:jar:SB-2.2.2.RELEASE-18'
<dependency org="com.github.hetianyi" name="springboot-ready" rev="SB-2.2.2.RELEASE-18">
  <artifact name="springboot-ready" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-ready', version='SB-2.2.2.RELEASE-18')
)
libraryDependencies += "com.github.hetianyi" % "springboot-ready" % "SB-2.2.2.RELEASE-18"
[com.github.hetianyi/springboot-ready "SB-2.2.2.RELEASE-18"]