s

smart-cloud-starter-logback

日志封装(logback封装,支持日志敏感数据脱敏)
Files download
File Operation
smart-cloud-starter-logback-1.0.5.jar download
smart-cloud-starter-logback-1.0.5.pom download
smart-cloud-starter-logback-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.smart-cloud</groupId>
  <artifactId>smart-cloud-starter-logback</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.smart-cloud:smart-cloud-starter-logback:1.0.5'
Gradle Kotlin
implementation("io.github.smart-cloud:smart-cloud-starter-logback:1.0.5")
Scala SBT
libraryDependencies += "io.github.smart-cloud" % "smart-cloud-starter-logback" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.smart-cloud', module='smart-cloud-starter-logback', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.smart-cloud" name="smart-cloud-starter-logback" rev="1.0.5" />
Leiningen
[io.github.smart-cloud/smart-cloud-starter-logback "1.0.5"]
Apache Buildr
'io.github.smart-cloud:smart-cloud-starter-logback:jar:1.0.5'