marlin 99de934ce1 Merged PR "rename names in pathfiner package" with Spring Boot changes. 9 年前
src Merged PR "rename names in pathfiner package" with Spring Boot changes. 9 年前
.gitignore Added .gitignore. 11 年前
.travis.yml Added travis yml file. 11 年前
README.md Migrated application to Spring Boot. 9 年前
license.txt Restructured. 11 年前
pom.xml Acceptance tests written by andeemarks. Converted them to run with HtmlUnit and MockMvc instead of Selenium since the sample app now uses Spring Boot. 9 年前

README.md

DDDSample

This is the new home of the original DDD Sample app hosted at SourceForge.

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.

The application uses Spring Boot. To start it go to the root directory and type mvn spring-boot:run or run the main method of the Application class from your IDE.

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