The project is build on spring-boot 2.0
./mvnw clean package
./mvnw spring-boot:run
http://localhost:8080/verify?userName=tommy
{
"username": "tomiok",
"status": "SAVED"
}
http://localhost:8080/dictionary?word=abuse
{
"word": "abuse",
"status": SAVED
}