This workshop teaches you how to use EclipseStore, an in-memory database that stores Java objects directly. You will learn the basics of object persistence, data modeling, and performance optimization.
Please follow the tasks in WORKSHOP_TASKS.md to complete the workshop exercises.
You need Java 25 installed on your computer.
To start the application, use one of these commands:
Linux/macOS:
./gradlew bootRunWindows:
gradlew.bat bootRunThe application will start on http://localhost:8080
To build the project:
Linux/macOS:
./gradlew buildWindows:
gradlew.bat build