is not current version
Last Version 1.0.1

io.github.rxf113:p6spy-spring-boot-starter 1.0.0

让 p6spy支持 springboot 的配置方式,直接在 bootstrap.yml 等配置文件配置,不用再写spy.properties

Categories

Categories

Spring Boot Container Microservices p6spy Application Layer Libs Logging
GroupId

GroupId

io.github.rxf113
ArtifactId

ArtifactId

p6spy-spring-boot-starter
Version

Version

1.0.0
Type

Type

jar

Download p6spy-spring-boot-starter 1.0.0


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