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