Development Setup
Prerequisites
Clone & Build
Run
Server starts on http://localhost:8899.
Windows Classpath Approach
The exec:java plugin may not work on Windows. Use:
Run Tests
Expected: 244 tests, 0 failures.
IDE Setup (IntelliJ IDEA)
- Open the project as a Maven project
- Enable annotation processing: Settings > Build > Compiler > Annotation Processors > Enable
- Install the Lombok plugin if not already present
- Import code style from the project settings (if available)