Skip to content

Demo using Spring Boot with Eclipse Scout with Kotlin lang

Notifications You must be signed in to change notification settings

slevy85/scout-boot-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages