Run the DDDSample application
masterThe application uses Spring Boot and an in-process HSQL database. To start the application, run the following command from the root directory:
./mvnw spring-boot:run
Once started, access the application at http://localhost:8080/dddsample. Ensure that no firewall is blocking communication and that JavaScript is enabled for localhost.
Note for Windows users: Use mvnw.cmd instead of ./mvnw.
./mvnw spring-boot:run