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

https://github.com/easbar/strange_bug


https://github.com/easbar/strange_bug

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

A really strange bug including OKHttpClient and Dropwizard

### Instructions

```bash
# build jar
mvn clean package
# start server
java -jar target/bug-0.1.jar server config.yml
# (in a second terminal) run client
java -cp target/bug-0.1.jar com.graphhopper.bug.Client
```