Update docs references for the Spring AI model starters

- Update the documentation references to replace the artifact ID name change for the model starters

Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
This commit is contained in:
Ilayaperumal Gopinathan
2025-03-17 12:34:30 +00:00
committed by Soby Chacko
parent b37d3e568b
commit 836c01b048
63 changed files with 168 additions and 168 deletions

View File

@@ -101,9 +101,9 @@ One way to run integration tests on part of the code is to first do a quick comp
```shell
./mvnw clean install -DskipTests -Dmaven.javadoc.skip=true
```
Then run the integration test for a specifi module using the `-pl` option
Then run the integration test for a specific module using the `-pl` option
```shell
./mvnw verify -Pintegration-tests -pl spring-ai-spring-boot-autoconfigure
./mvnw verify -Pintegration-tests -pl spring-ai-spring-boot-testcontainers
```
### Documentation