https://github.com/joschi/dropwizard-issue-3557
Reproducer for https://github.com/dropwizard/dropwizard/issues/3557
https://github.com/joschi/dropwizard-issue-3557
Last synced: 3 months ago
JSON representation
Reproducer for https://github.com/dropwizard/dropwizard/issues/3557
- Host: GitHub
- URL: https://github.com/joschi/dropwizard-issue-3557
- Owner: joschi
- Created: 2020-11-26T07:41:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T07:41:39.000Z (about 5 years ago)
- Last Synced: 2024-10-06T02:42:32.110Z (over 1 year ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExternalLog
Reproducer for https://github.com/dropwizard/dropwizard/issues/3557.
How to start the ExternalLog application
---
1. Run `mvn clean install` to build your application
1. Start application with `java -jar target/dropwizard-issue-3557-1.0.0-SNAPSHOT.jar server config.yml`
1. To check that your application is running enter url `http://localhost:8080`