https://github.com/easbar/strange_bug
https://github.com/easbar/strange_bug
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/easbar/strange_bug
- Owner: easbar
- Created: 2020-11-13T12:12:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T11:11:53.000Z (over 5 years ago)
- Last Synced: 2025-01-24T11:44:32.350Z (over 1 year ago)
- Language: Java
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```