Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 306 Bytes

File metadata and controls

16 lines (10 loc) · 306 Bytes

zenika-extreme-startup-java-starter

This is a starter kit for the extreme startup challenge using javax.servlet + jetty.

  1. Import project using Maven

  2. Run ExtremeStartupStarter class

  3. Go to http://localhost:8080/?q=what is your name

Should answer:

<YOUR NAME>
  1. Happy hacking!