Johan Östling cd7329eae3 Port build to SBT hace 10 años
project Port build to SBT hace 10 años
src Add LocationDTO hace 10 años
.gitignore Added .gitignore. hace 11 años
.travis.yml Port build to SBT hace 10 años
README.md Port build to SBT hace 10 años
build.sbt Port build to SBT hace 10 años
license.txt Restructured. hace 11 años

README.md

DDDSample (scala port)

This is an ongoing project to port the original DDD Sample app to Scala.

Build with SBT

Automatic code reloading

SBT allows for compilation and server restart when source files change:

$ sbt
> ~;jetty:stop;jetty:start

Discussion group: https://groups.google.com/forum/#!forum/dddsample

Development blog: https://citerus.github.io/dddsample-core/

Trello board: https://trello.com/b/PTDFRyxd

Build Status