c

cat-boot

It is very convenient for the development of individual microservices, beneficial for the development of web service containers, API interfaces, and zero configuration.
https://gitee.com/icatss/cat-boot
The Apache Software License, Version 2.0
icat
文件下载
文件名 操作
cat-boot-1.0.2.jar 下载
cat-boot-1.0.2.pom 下载
cat-boot-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.xhteam</groupId>
  <artifactId>cat-boot</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'cn.xhteam:cat-boot:1.0.2'
Gradle Kotlin
implementation("cn.xhteam:cat-boot:1.0.2")
Scala SBT
libraryDependencies += "cn.xhteam" % "cat-boot" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='cn.xhteam', module='cat-boot', version='1.0.2')
)
Apache Ivy
<dependency org="cn.xhteam" name="cat-boot" rev="1.0.2" />
Leiningen
[cn.xhteam/cat-boot "1.0.2"]
Apache Buildr
'cn.xhteam:cat-boot:jar:1.0.2'