Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.37 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.37 KB

scout-boot-kotlin

Demo using Spring Boot with Eclipse Scout with Kotlin language.

This repository is a kotlin version of the archetypes proposed by Eclipse scout.

Information

Kotlin
Eclipse Scout
Spring Boot
Spring Boot with Kotlin
Eclipse Scout with Spring Boot

Prerequistes

  • Java 8
  • Maven 3

Usage

You must first install in your maven repository the Scout Boot project

git clone https://github.com/BSI-Business-Systems-Integration-AG/ScoutBoot.git
cd ScoutBoot
mvn clean install -Dmaven.test.skip

Then you can launch the hello world application

git clone https://github.com/slevy85/scout-boot-kotlin.git
cd scout-boot-kotlin
mvn clean install
java -jar target/scout-boot-kotlin*.jar 

Or the standard application

git clone https://github.com/slevy85/scout-boot-kotlin.git
cd scout-boot-kotlin/standard
mvn clean install
java -jar target/standard*.jar 

Then visit http://localhost:8080.