You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make of use the services supported by the SDK, you need to have access to an SAP AI Core Service instance. Checkout [how to connect](link).
49
43
50
-
See [an example `pom.xml` in our Spring Boot application](sample-code/spring-app/pom.xml).
44
+
#### Optional Integrations
45
+
46
+
The SDK can be combined with popular Java frameworks. These are not required for core functionality, but version compatibility is listed for reference:
47
+
48
+
***Spring AI** ≥ 1.0.0
49
+
***Spring Boot** ≥ 3.0
50
+
***CAP Java** ≥ 3.0.0
51
+
52
+
👉 See an [example `pom.xml`](link) in our sample Spring Boot application.
51
53
52
54
> [!WARNING]
53
55
> All classes under any of the `...model` packages are generated from an OpenAPI specification and marked as `@Beta`.
0 commit comments