Skip to content

emchang3/hello-world-undertow-kotlin-gradle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-world-undertow-kotlin-gradle

A simple server with a single REST endpoint.

Instructions

Build:

./gradlew clean build

Run:

./gradlew run

To debug, attach debugger to port 5000.

See the server response at: http://localhost:8080/api/greeting

About

A simple REST API utilizing Undertow, in Kotlin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%