is not current version
Last Version 1.0.2

com.github.yulichang:spring-boot-web-log-starter 1.0.1

print request log to html

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.yulichang
ArtifactId

ArtifactId

spring-boot-web-log-starter
Version

Version

1.0.1
Type

Type

jar

Download spring-boot-web-log-starter 1.0.1


<!-- 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.1</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.1'
// https://jarcasting.com/artifacts/com.github.yulichang/spring-boot-web-log-starter/
implementation ("com.github.yulichang:spring-boot-web-log-starter:1.0.1")
'com.github.yulichang:spring-boot-web-log-starter:jar:1.0.1'
<dependency org="com.github.yulichang" name="spring-boot-web-log-starter" rev="1.0.1">
  <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.1')
)
libraryDependencies += "com.github.yulichang" % "spring-boot-web-log-starter" % "1.0.1"
[com.github.yulichang/spring-boot-web-log-starter "1.0.1"]