License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.bata19 |
ArtifactId | ArtifactIdlog-masking-spring-boot-parent |
Version | Version1.0.1 |
Type | Typepom |
Description |
DescriptionMasking specific values in json and xml in rest req/res in logs, using configuration
|
Filename | Size |
---|---|
log-masking-spring-boot-parent-1.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bata19/log-masking-spring-boot-parent/ -->
<dependency>
<groupId>com.github.bata19</groupId>
<artifactId>log-masking-spring-boot-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bata19/log-masking-spring-boot-parent/
implementation 'com.github.bata19:log-masking-spring-boot-parent:1.0.1'
// https://jarcasting.com/artifacts/com.github.bata19/log-masking-spring-boot-parent/
implementation ("com.github.bata19:log-masking-spring-boot-parent:1.0.1")
'com.github.bata19:log-masking-spring-boot-parent:pom:1.0.1'
<dependency org="com.github.bata19" name="log-masking-spring-boot-parent" rev="1.0.1">
<artifact name="log-masking-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bata19', module='log-masking-spring-boot-parent', version='1.0.1')
)
libraryDependencies += "com.github.bata19" % "log-masking-spring-boot-parent" % "1.0.1"
[com.github.bata19/log-masking-spring-boot-parent "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.bata19 : log-masking-core | jar | 1.0.1 |
org.springframework.boot : spring-boot-starter-web | jar | |
org.projectlombok : lombok | jar | |
org.xmlunit : xmlunit-core | jar | |
org.xmlunit : xmlunit-matchers | jar | |
org.apache.commons : commons-lang3 | jar | |
com.google.guava : guava | jar | 30.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |