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
@@ -75,12 +75,6 @@ Apache Ignite each one is compatible with.
75
75
| 1.0.0 | All versions since 2.8.0
76
76
|===
77
77
78
-
[NOTE]
79
-
====
80
-
If your Spring Data version is earlier than Spring Data 2.2 then set `ignite-spring-data-2.0-ext`
81
-
or `ignite-spring-data-ext` as an `artifactId` in the pom.xml configuration.
82
-
====
83
-
84
78
== Apache Ignite Repository
85
79
86
80
Apache Ignite introduces a special `IgniteRepository` interface that extends default `CrudRepository`. This interface
@@ -287,7 +281,7 @@ System.out.println("\n>>> Top Person with surname 'Smith': " +
287
281
288
282
== Example
289
283
290
-
The complete example is available on link: https://github.com/apache/ignite-extensions/tree/master/modules/spring-data-2.0-ext/examples/main[GitHub, windows="_blank"]
284
+
The complete example is available on link: https://github.com/apache/ignite-extensions/tree/master/modules/spring-data-ext/examples[GitHub, windows="_blank"]
Copy file name to clipboardExpand all lines: modules/spring-data-ext/examples/src/main/java/org/apache/ignite/springdata/examples/SpringApplicationConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,6 @@ public class SpringApplicationConfiguration {
Copy file name to clipboardExpand all lines: modules/spring-data-ext/examples/src/main/java/org/apache/ignite/springdata/examples/SpringDataExample.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,6 @@
32
32
33
33
/**
34
34
* The example demonstrates how to interact with an Apache Ignite cluster by means of Spring Data API.
35
-
*
36
-
* Additional cluster nodes can be started with special configuration file which
37
-
* enables P2P class loading: {@code 'ignite.{sh|bat} modules/spring-data-2.2/examples/config/example-spring-data.xml'}.
0 commit comments