Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

most-task-scroll-bank

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Max Leuthäuser authored
    813d3972
    History

    SCROLLBoot

    Small SCROLL boot demo application build with Scala to show how to use SCROLL (SCala ROLes Language) in your Scala project.

    Edit and develop:

    1. Install SBT (Scala Build Tool).

    2. Clone this repository.

    3. Set up your favorite IDE:

    4. For Intellij: run sbt gen-idea and open the generated project with Intellij.

    5. For Eclipse: run sbt eclipse and import the generated project with Eclipse.

    6. Run it with sbt run or directly with your IDE as Scala Application (src/main/scala/SCROLLBoot.scala).