...
Code Block | ||||
---|---|---|---|---|
| ||||
<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-java-server</artifactId> <version>${jetty.version}</version> </dependency> |
Example
The example below shows a configuration fragment that configures a Jetty instance on port number 9001.
...