https://github.com/yogthos/pulsar-example
https://github.com/yogthos/pulsar-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yogthos/pulsar-example
- Owner: yogthos
- License: epl-1.0
- Created: 2015-05-23T02:48:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T22:02:13.000Z (over 10 years ago)
- Last Synced: 2025-05-07T12:12:11.367Z (8 months ago)
- Language: Clojure
- Size: 160 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pulsar-example
a sample project for building an uberjar with Pulsar
## Usage
```
lein uberjar
java -javaagent:target/pulsar-example.jar -jar target/pulsar-example.jar
```