mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
* Update examples to get rid of deprecated methods. Don't use Application classes when not needed Remove references to JDK8 in readmes And other minor changes
11 lines
209 B
Markdown
11 lines
209 B
Markdown
# Tutorial Server
|
|
|
|
This application demonstrates various WebServer use cases together and in its complexity.
|
|
|
|
## Build and run
|
|
|
|
```bash
|
|
mvn package
|
|
java -jar target/helidon-examples-webserver-tutorial.jar
|
|
```
|