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
{{ message }}
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
2. Clone this repository `git clone https://github.com/CodelyTV/java-bootstrap`.
11
-
3. Run the tests with `./gradlew test`
11
+
Implementation example of a Java application following Domain-Driven Design (DDD) and Command Query Responsibility Segregation (CQRS) principles, keeping the code as simple as possible.
12
+
13
+
Take a look, play and have fun with it!
14
+
15
+
## 🚀 Environment setup
16
+
17
+
1. Install Java: `brew cask install java`
18
+
2. Clone this repository: `git clone https://github.com/CodelyTV/cqrs-ddd-java-example`
19
+
3. Execute some [Gradle lifecycle tasks](https://docs.gradle.org/current/userguide/java_plugin.html#lifecycle_tasks) in order to check everything is OK:
20
+
1. Create [the project JAR](https://docs.gradle.org/current/userguide/java_plugin.html#sec:jar) and other project artifacts:
`./gradlew wrapper --gradle-version=5.1.1 --distribution-type=bin` or modifying the [gradle-wrapper.properties](gradle/wrapper/gradle-wrapper.properties#L3)
0 commit comments