Open Issues Need Help
View All on GitHubAI Summary: This issue involves creating a domain model and associated repositories. It also requires the creation of a data.sql file and a runner to test the implemented model.
AI Summary: This issue is a request to set up the initial project structure for a Java 17 Spring Boot application. It specifies the core technology stack (Java 17, Spring Boot 3.5.8, H2) and the main top-level folders required: config, domain, dto, and web. This is a foundational task for starting a new project.
AI Summary: This issue proposes the creation of an exception handler within the project. It outlines two specific components to be implemented: a general 'Handler' and a 'StandardError' handler. This is likely intended to improve the robustness and error reporting of the application.