The project is based on spring.start.io
Implement a rest server for a fibanacci numbers It should be recursive ... on http
curl http://localhost:8080/fib/n
should return an n-th fibonacci number
see FibController.java
calculate fibonacci 20-30 with this implementation