Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 628 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 628 Bytes

Kotlin JEE

This project is a very simple example of Java EE 7 application entirely programmed in Kotlin.

Technology

Run

  1. Clone this project and
# Linux
./gradlew build

# Windows
gradlew.bat build
  1. Copy ear.ear into deployments folder of your application server. I used Wildfly for my tests.

  2. Go to http://localhost:8080/war/

  3. Enjoy