is not current version
Last Version 1.3.3

com.lihansir.platform:lihansir-spring-boot-starter 1.0.0-RELEASE

spring boot 自动配置

Categories

Categories

Spring Boot Container Microservices ORM Data
GroupId

GroupId

com.lihansir.platform
ArtifactId

ArtifactId

lihansir-spring-boot-starter
Version

Version

1.0.0-RELEASE
Type

Type

jar

Download lihansir-spring-boot-starter 1.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.lihansir.platform/lihansir-spring-boot-starter/ -->
<dependency>
    <groupId>com.lihansir.platform</groupId>
    <artifactId>lihansir-spring-boot-starter</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihansir.platform/lihansir-spring-boot-starter/
implementation 'com.lihansir.platform:lihansir-spring-boot-starter:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.lihansir.platform/lihansir-spring-boot-starter/
implementation ("com.lihansir.platform:lihansir-spring-boot-starter:1.0.0-RELEASE")
'com.lihansir.platform:lihansir-spring-boot-starter:jar:1.0.0-RELEASE'
<dependency org="com.lihansir.platform" name="lihansir-spring-boot-starter" rev="1.0.0-RELEASE">
  <artifact name="lihansir-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihansir.platform', module='lihansir-spring-boot-starter', version='1.0.0-RELEASE')
)
libraryDependencies += "com.lihansir.platform" % "lihansir-spring-boot-starter" % "1.0.0-RELEASE"
[com.lihansir.platform/lihansir-spring-boot-starter "1.0.0-RELEASE"]