[docs]: link to uberjar docs

This commit is contained in:
Anatoly 2015-11-13 17:16:52 -05:00
parent 028d0a90b1
commit 3e0fdffaa8

View file

@ -21,6 +21,7 @@ _**Alan J. Perlis** from [Structure and Interpretation of Computer Programs](htt
- [Start and Stop Order](#start-and-stop-order) - [Start and Stop Order](#start-and-stop-order)
- [Mount and Develop!](#mount-and-develop) - [Mount and Develop!](#mount-and-develop)
- [Running New York Stock Exchange](#running-new-york-stock-exchange) - [Running New York Stock Exchange](#running-new-york-stock-exchange)
- [Web and Uberjar](#web-and-uberjar)
- [License](#license) - [License](#license)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -280,6 +281,17 @@ dev=> (find-orders "AAPL")
({:db/id 17592186045418, :order/symbol "AAPL", :order/bid 111.712M, :order/qty 250, :order/offer 111.811M}) ({:db/id 17592186045418, :order/symbol "AAPL", :order/bid 111.712M, :order/qty 250, :order/offer 111.811M})
``` ```
## Web and Uberjar
There is an `uberjar` branch with an example of sample webapp and it's uberjar sibling. Before trying it:
```clojure
$ git checkout uberjar
Switched to branch 'uberjar'
```
The documentation is [here](doc/uberjar.md).
## License ## License
Copyright © 2015 tolitius Copyright © 2015 tolitius