t

trim-space

TrimSpace is a blocker HandlerInterceptor using Spring, generalizing the string into the controller parameters do remove the Spaces before and after treatment
https://github.com/jinchunzhao/trim-space
The Apache Software License, Version 2.0
jinchunzhao
Files download
File Operation
trim-space-1.0.0.jar download
trim-space-1.0.0.pom download
trim-space-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jinchunzhao.trim</groupId>
  <artifactId>trim-space</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.jinchunzhao.trim:trim-space:1.0.0'
Gradle Kotlin
implementation("io.github.jinchunzhao.trim:trim-space:1.0.0")
Scala SBT
libraryDependencies += "io.github.jinchunzhao.trim" % "trim-space" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jinchunzhao.trim', module='trim-space', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.jinchunzhao.trim" name="trim-space" rev="1.0.0" />
Leiningen
[io.github.jinchunzhao.trim/trim-space "1.0.0"]
Apache Buildr
'io.github.jinchunzhao.trim:trim-space:jar:1.0.0'