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 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T13:14:42.000Z (about 6 years ago)
- Last Synced: 2025-03-28T19:12:04.686Z (2 months ago)
- Topics: clojure, functional-programming, put-poznan, spring-boot
- Language: Clojure
- Homepage:
- Size: 3.91 KB
- Stars: 10
- Watchers: 2
- 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)