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
* Possibility to integrate [custom repository code](https://github.com/derjust/spring-data-dynamodb/wiki/Custom-repository-implementations)
24
24
* Easy Spring annotation based integration
25
-
*[REST support](https://github.com/derjust/spring-data-dynamodb-examples/blob/master/README-rest.md) via [spring-data-rest](https://projects.spring.io/spring-data-rest/)
25
+
*[REST support](spring-data-dynamodb-examples/rest/README.md) via [spring-data-rest](https://projects.spring.io/spring-data-rest/)
26
26
27
27
## Demo application ##
28
28
29
29
For a demo of spring-data-dynamodb, using spring-data-rest to showcase DynamoDB repositories exposed with REST,
30
-
please see [spring-data-dynamodb-examples](https://github.com/derjust/spring-data-dynamodb-examples).
30
+
please see [spring-data-dynamodb-examples](spring-data-dynamodb-examples/).
31
31
32
32
## Quick Start ##
33
33
@@ -147,10 +147,10 @@ public static class DynamoDBConfig {
147
147
And finally write a test client [UserRepositoryIT](https://github.com/derjust/spring-data-dynamodb-examples/blob/master/src/test/java/com/github/derjust/spring_data_dynamodb_examples/simple/UserRepositoryIT.java) or start calling it from your existing Spring code.
148
148
149
149
150
-
The full source code is available at [spring-data-dynamodb-examples' simple example](https://github.com/derjust/spring-data-dynamodb-examples/blob/master/README-simple.md)
150
+
The full source code is available at [spring-data-dynamodb-examples' simple example](spring-data-dynamodb-examples/simple/README.md)
151
151
152
152
## More
153
-
More sample code can be found in the [spring-data-dynamodb-examples](https://github.com/derjust/spring-data-dynamodb-examples) project.
153
+
More sample code can be found in the [spring-data-dynamodb-examples](spring-data-dynamodb-examples/simple/) project.
154
154
155
155
Advanced topics can be found in the [wiki](https://github.com/derjust/spring-data-dynamodb/wiki).
156
156
@@ -172,13 +172,13 @@ API changes will follow SEMVER and loosly the Spring Framework releases.
172
172
| 5.1.x | >= 2.1 | >= 5.1 | Lovelace-SR1 |
173
173
`spring-data-dynamodb` depends directly on `spring-data` as also `spring-context`, `spring-data` and `spring-tx`.
174
174
175
-
`compile` and `runtime` dependencies are kept to a minimum to allow easy integartion, for example into
175
+
`compile` and `runtime` dependencies are kept to a minimum to allow easy integartion, for example into
176
176
Spring-Boot projects.
177
177
178
178
## History
179
179
The code base has some history already in it - let's clarify it a bit:
180
180
* The code base was established under [github.com/michaellavelle/spring-data-dynamodb)](https://github.com/michaellavelle/spring-data-dynamodb)
181
-
* It was forked and further maintained under [github.com/derjust/spring-data-dynamodb)](https://github.com/derjust/spring-data-dynamodb)
181
+
* It was forked and further maintained under [github.com/derjust/spring-data-dynamodb)](https://github.com/derjust/spring-data-dynamodb)
182
182
* Available in Maven Central under [`com.github.derjust:spring-data-dynamodb`](http://central.maven.org/maven2/com/github/derjust/spring-data-dynamodb/)
183
183
184
184
The Java package name/XSD namespace never changed from `org.socialsignin.spring.data.dynamodb`.
0 commit comments