h

hello-spring-boot

A simple and practical Hello implememted by java
https://github.com/TaleLin/lin-cms-java-core
The MIT License (MIT)
xiaoou
Files download
File Operation
hello-spring-boot-0.0.1-RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.talecel</groupId>
  <artifactId>hello-spring-boot</artifactId>
  <version>0.0.1-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.talecel:hello-spring-boot:0.0.1-RELEASE'
Gradle Kotlin
implementation("com.talecel:hello-spring-boot:0.0.1-RELEASE")
Scala SBT
libraryDependencies += "com.talecel" % "hello-spring-boot" % "0.0.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.talecel', module='hello-spring-boot', version='0.0.1-RELEASE')
)
Apache Ivy
<dependency org="com.talecel" name="hello-spring-boot" rev="0.0.1-RELEASE" />
Leiningen
[com.talecel/hello-spring-boot "0.0.1-RELEASE"]
Apache Buildr
'com.talecel:hello-spring-boot:jar:0.0.1-RELEASE'