Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakubriegel/clojure-spring

Demo of using Spring in Clojure with some Java integration
https://github.com/jakubriegel/clojure-spring

clojure functional-programming put-poznan spring-boot

Last synced: about 1 month ago
JSON representation

Demo of using Spring in Clojure with some Java integration

Awesome Lists containing this project

README

        

# clojure-spring
Demo of using Spring in Clojure

## build & run
build: `lein clean && lein spring-boot-jar`

run: `java -jar target/boot-clj-spring-demo-1.0.jar`

## test
There is a Postman collenction in `clojure-spring.postman_collection.json` for testing all endpoints.

## attributions
The `jar` file is generated thanks to Scott Haleen's Leiningen [plugin](https://github.com/scotthaleen/lein-spring-boot-jar)