slevy85 / scout-boot-kotlin

Demo using Spring Boot with Eclipse Scout with Kotlin lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Demo using Spring Boot with Eclipse Scout with Kotlin lang


Languages

Language:Kotlin 96.3%Language:HTML 2.5%Language:JavaScript 1.0%Language:CSS 0.2%