A Clojure Ring webservice based on the Spring Boot getting started guide to create a greeting-service.
Add dependencies http-kit, ring-core, compojure.
$ http :8080
HTTP/1.1 200 OK
Content-Length: 9
Date: Thu, 21 Jan 2021 06:26:52 GMT
Server: http-kit
Hello ...
Copyright © 2021 Hubert Klein Ikknk
This program and the accompanying materials are made available under the terms of the Apache License 2.0 which is available at http://www.apache.org/licenses/LICENSE-2.0.