rm unneeded file

This commit is contained in:
2025-12-25 05:35:23 +02:00
parent 1c162907fd
commit 86c88c3bd4

View File

@@ -1,20 +0,0 @@
# AGENTS.md
## Build/Test Commands
- Build: `gradle build`
- Test all: `gradle test --rerun-tasks`
- Run single test: `gradle test --tests "FreightIntegrationTest.getByIdReturnsEntity"`
- Run app: `gradle bootRun`
## Code Style Guidelines
- Package structure: `ua.com.dxrkness.{controller,service,repository,model}`
- Use Spring Boot annotations (@RestController, @Service, etc.)
- Records for models with Jackson @JsonNaming(PropertyNamingStrategies.SnakeCaseStrategy.class)
- Constructor injection for dependencies
- JSpecify annotations (@NullMarked, @Nullable) for null safety
- Integration tests with @SpringBootTest and parameterized tests
- REST controllers support both JSON and XML media types
- Use ResponseEntity for HTTP responses with proper status codes
- OpenAPI documentation with Swagger annotations on controllers
# Use pdftotext tool to read PDF files!