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:
committed by
Soby Chacko
parent
b37d3e568b
commit
836c01b048
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user