Skip to content

jiahut/scala_plus_spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala plus Spring

Instal

install and config sbt

Config

To run the webapp you use sbt, although it can be a memory hog so you might want to add this to your environment or profile ~/.sbtconfig

export SBT_OPTS=-XX:MaxPermSize=2048M

Run

Then start container within sbt shell

> runMain com.github.jiahut.demo.Launcher

Package

To build a deployable file (WAR - Web ARchive) you can run sbt and run the following command:

> package

IntelliJ

There is a plugin which will build IntelliJ project files, run sbt and run the following command

> gen-idea

eclipse

There is a plugin which will build eclipse project files, run following conmand within sbt shell

> eclipse

enjoy.

About

scala plus spring

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published