Skip to content

Latest commit

 

History

History
 
 

maven-netty

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Maven Google Appengine Standard

Sample project for Ktor running as an embedded application with Netty engine with Maven build script.

Running

Run this project with:

./mvnw compile exec:java

And navigate to http://localhost:8080/ to see the sample home page.

Packaging

Package a single fat JAR archive with:

./mvnw package