You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,17 @@
1
-
# DDDSample
2
-
This is the new home of the original DDD Sample app hosted at SourceForge.
1
+
# DDDSample (scala port)
3
2
4
-
Our intention is to move everything from SourceForge to GitHub in due time while starting upgrading both the technical aspects as well as the DDD aspects of the DDD Sample.
3
+
This is an ongoing project to port the original DDD Sample app to Scala.
4
+
5
+
Build with [SBT](http://www.scala-sbt.org/)
6
+
7
+
## Automatic code reloading
8
+
9
+
SBT allows for compilation and server restart when source files change:
0 commit comments