The article: http://kielczewski.eu/2014/04/developing-restful-web-service-with-spring-boot/
mvn package
java -jar target/example-spring-boot-rest-1.0-SNAPSHOT.jar
curl -X POST -d '{ "id": "test_id", "password": "test_password" }' http://localhost:8080/user