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-0.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.jinchunzhao</groupId>
  <artifactId>trim-space</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.jinchunzhao:trim-space:0.0.1'
Gradle Kotlin
implementation("com.github.jinchunzhao:trim-space:0.0.1")
Scala SBT
libraryDependencies += "com.github.jinchunzhao" % "trim-space" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jinchunzhao', module='trim-space', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.jinchunzhao" name="trim-space" rev="0.0.1" />
Leiningen
[com.github.jinchunzhao/trim-space "0.0.1"]
Apache Buildr
'com.github.jinchunzhao:trim-space:jar:0.0.1'