fix agents.md
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# AGENTS.md
|
||||
|
||||
## Build/Test Commands
|
||||
- Build: `./gradlew build`
|
||||
- Test all: `./gradlew test`
|
||||
- Run single test: `./gradlew test --tests "FreightIntegrationTest.getByIdReturnsEntity"`
|
||||
- Run app: `./gradlew bootRun`
|
||||
- Build: `gradle build`
|
||||
- Test all: `gradle test`
|
||||
- Run single test: `gradle test --tests "FreightIntegrationTest.getByIdReturnsEntity"`
|
||||
- Run app: `gradle bootRun`
|
||||
|
||||
## Code Style Guidelines
|
||||
- Package structure: `ua.com.dxrkness.{controller,service,repository,model}`
|
||||
|
||||
Reference in New Issue
Block a user