Update getting-started.adoc (#2880)
Add documentation about Maven mirror configuration when using Spring AI snapshots, including examples of correct mirrorOf settings to allow access to Spring repositories. Signed-off-by: shishuiwuhen2009 <90782280+shishuiwuhen2009@users.noreply.github.com>
This commit is contained in:
@@ -70,6 +70,13 @@ repositories {
|
||||
}
|
||||
}
|
||||
----
|
||||
**NOTE:** If you're using Maven mirror settings (typically in `settings.xml`), ensure your `<mirrorOf>` configuration excludes Spring repositories:
|
||||
```xml
|
||||
<mirror>
|
||||
<mirrorOf>*,!spring-snapshots,!central-portal-snapshots</mirrorOf>
|
||||
<!-- other mirror configurations -->
|
||||
</mirror>
|
||||
```
|
||||
======
|
||||
|
||||
[[dependency-management]]
|
||||
|
||||
Reference in New Issue
Block a user