# university-event-driven-architecture-for-java-developers-app-exercises **Repository Path**: mirrors_cockroachdb/university-event-driven-architecture-for-java-developers-app-exercises ## Basic Information - **Project Name**: university-event-driven-architecture-for-java-developers-app-exercises - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-05 - **Last Updated**: 2023-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Exercises: Event Driven Architecture for Java Developers -------------------------------------------------------- Exercise code for "Event Driven Architecture for Java Developers" course Using the code -------------- This code is intended to be used with the [Cockroach University](university.cockroachlabs.com) course, "Event-Driven Architecture for Java Developers." For detailed instructions on how to use this code, please register and follow the course. Contributing ------------ The code is made available through Github so that students can offer suggestions on improvements as they go through the code. If you see a potential improvement, please consider submitting a pull request. Running Tests ------------- You can run all of the tests for all of the exercises by executing the following: ``` ./build.sh verify ```