rm unneeded file
This commit is contained in:
20
AGENTS.md
20
AGENTS.md
@@ -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!
|
||||
Reference in New Issue
Block a user