cer / event-sourcing-examples

Example code for my building and deploying microservices with event sourcing, CQRS and Docker presentation
Other
3.12k stars 946 forks source link

Event Driven Code incomplete #1

Open pavanbalebail opened 9 years ago

pavanbalebail commented 9 years ago

Hi, I downloaded the code event-sourcing-examples-master.zip. It is giving me 424 compilation errors. Many classes like Event,EventUtil,CommandProcessingAggregates and most of the files from EventStore are missing. Can you provide complete source code please, so that I can try some examples.

Thanks Pavan

cer commented 9 years ago

Sorry for the delayed response. Somehow I missed the notification.

How are you building the code? The two projects - java-spring and gradle-spring are setup to use Gradle.

For example, if you cd into java-spring (or scala-spring) and type ./gradlew build it will build without problem.

You can also import each of those Gradle projects into IDEA or Eclipse.