License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices p6spy Application Layer Libs Logging |
GroupId | GroupIdio.github.rxf113 |
ArtifactId | ArtifactIdp6spy-spring-boot-starter |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionp6spy-spring-boot-starter
让 p6spy支持 springboot 的配置方式,直接在 bootstrap.yml 等配置文件配置,不用再写spy.properties
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rxf113/p6spy-spring-boot-starter/
implementation 'io.github.rxf113:p6spy-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/io.github.rxf113/p6spy-spring-boot-starter/
implementation ("io.github.rxf113:p6spy-spring-boot-starter:1.0.1")
'io.github.rxf113:p6spy-spring-boot-starter:jar:1.0.1'
<dependency org="io.github.rxf113" name="p6spy-spring-boot-starter" rev="1.0.1">
<artifact name="p6spy-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rxf113', module='p6spy-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "io.github.rxf113" % "p6spy-spring-boot-starter" % "1.0.1"
[io.github.rxf113/p6spy-spring-boot-starter "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
p6spy : p6spy | jar | 3.9.1 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.5.5 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.5 |