t

tosan-httpserver-spring-boot-root

This project provides a Spring-Boot Starter that facilitate common requirements of a rest server like filling MDC parameters, logging http request and response with ability to mask sensitive data in header and body, and simple metrics logging.
https://github.com/Tosan/tosan-httpserver-spring-boot-starter
The Apache License, Version 2.0
Mina Khoshnevisan
Files download
File Operation
tosan-httpserver-spring-boot-root-2.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.tosan.server.http</groupId>
  <artifactId>tosan-httpserver-spring-boot-root</artifactId>
  <version>2.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.tosan.server.http:tosan-httpserver-spring-boot-root:2.1.1'
Gradle Kotlin
implementation("com.tosan.server.http:tosan-httpserver-spring-boot-root:2.1.1")
Scala SBT
libraryDependencies += "com.tosan.server.http" % "tosan-httpserver-spring-boot-root" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tosan.server.http', module='tosan-httpserver-spring-boot-root', version='2.1.1')
)
Apache Ivy
<dependency org="com.tosan.server.http" name="tosan-httpserver-spring-boot-root" rev="2.1.1" />
Leiningen
[com.tosan.server.http/tosan-httpserver-spring-boot-root "2.1.1"]
Apache Buildr
'com.tosan.server.http:tosan-httpserver-spring-boot-root:jar:2.1.1'