Merge pull request #66 from reitzig/patch-1

Update README.md
This commit is contained in:
apenski 2021-01-04 16:20:54 +01:00 committed by GitHub
commit 7f28e80249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,6 +83,10 @@ Result validationResult = validator.checkInput(document);
The [API documentation](./docs/api.md) shows further configuration options.
**Note:** With Java 11+, you need to include a dependency to `org.glassfish.jaxb:jaxb-runtime` in your project explicitly,
as that dependency is marked `optional` in this project and
will thus not be resolved transitively.
### Daemon-Mode
You can also start the validator as a HTTP-Server. Just start it in _Daemon-Mode_ with the `-D` option.