Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakubriegel/clojure-spring
- Owner: jakubriegel
- Created: 2019-05-25T13:05:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T13:14:42.000Z (over 5 years ago)
- Last Synced: 2024-08-01T03:39:25.613Z (4 months ago)
- Topics: clojure, functional-programming, put-poznan, spring-boot
- Language: Clojure
- Homepage:
- Size: 3.91 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)