src/ ├── main/ │ ├── java/com/example/demo/ │ │ ├── component/ # Isolated business logic and operations (ItemComponent) │ │ ├── exception/ # Custom boundary exceptions mapping to gRPC statuses │ │ ├── ...
This project is a simple Java application built using Gradle as the build automation tool. It demonstrates how to create, build, and run a Java project using Gradle.