Skip to content

Clojure version of the Spring Boot getting started greeting service

License

Notifications You must be signed in to change notification settings

mrhaki/clojure-greeting-service

Repository files navigation

Clojure Greeting Service

A Clojure Ring webservice based on the Spring Boot getting started guide to create a greeting-service.

Steps

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 ...

License

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.

About

Clojure version of the Spring Boot getting started greeting service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published