License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.yulichang |
ArtifactId | ArtifactIdspring-boot-web-log-starter |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionweb-log-spring-boot-starter
print request log to html
|
<!-- https://jarcasting.com/artifacts/com.github.yulichang/spring-boot-web-log-starter/ -->
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>spring-boot-web-log-starter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yulichang/spring-boot-web-log-starter/
implementation 'com.github.yulichang:spring-boot-web-log-starter:1.0.2'
// https://jarcasting.com/artifacts/com.github.yulichang/spring-boot-web-log-starter/
implementation ("com.github.yulichang:spring-boot-web-log-starter:1.0.2")
'com.github.yulichang:spring-boot-web-log-starter:jar:1.0.2'
<dependency org="com.github.yulichang" name="spring-boot-web-log-starter" rev="1.0.2">
<artifact name="spring-boot-web-log-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yulichang', module='spring-boot-web-log-starter', version='1.0.2')
)
libraryDependencies += "com.github.yulichang" % "spring-boot-web-log-starter" % "1.0.2"
[com.github.yulichang/spring-boot-web-log-starter "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.4.2 |