288 Commits

Author SHA1 Message Date
Oliver Gierke
cca77e0292 Polished Readme of Spring Data REST Multi-store example. 2014-07-31 15:54:47 +02:00
Oliver Gierke
d3cd04edb6 Updated readme with latest additions. 2014-07-31 15:08:13 +02:00
Greg Turnquist
401e141012 Added multi-store example to Spring Data REST examples.
This app demonstrates how to mix Spring Data JPA and Spring Data MongoDB together (with Spring Data REST on top) to demonstrate how to split them up properly.
2014-07-31 15:03:16 +02:00
Oliver Gierke
56ab6b4705 Split up MongoDB example into two.
Split up the previously existing MongoDB example project in one for basic stuff, geo-spatial and Querydsl support as well as one on the aggregation framework. This will allow us to add other modules on particular focus areas going forward.
2014-07-31 15:03:13 +02:00
Oliver Gierke
bb8711598e Added example for multi-store configuration. 2014-07-28 20:09:09 +02:00
Oliver Gierke
d1623673d8 Polishing of CustomerRepository in JPA Java 8 sample project. 2014-07-22 06:33:18 +02:00
Oliver Gierke
58ac158e39 Removed deprecation in showcase project. 2014-07-22 06:27:42 +02:00
Oliver Gierke
edfb9a25d9 Moved to Tomcat 8.0.9 for REST based samples. 2014-07-10 21:38:08 +02:00
Thomas Darimont
67ab7716dc Added example for SpringSecurity integration.
Fixed some Java 6 incompatibilities.
Added mention for the security module in readme.

Original pull request: #1.
2014-07-10 21:37:35 +02:00
Oliver Gierke
dce2994f1f Prepare security integration examples. 2014-07-10 21:37:35 +02:00
Thomas Darimont
c39ae4e6bf Added intellij artefacts to gitignore. 2014-07-10 11:43:58 +02:00
Oliver Gierke
8805059aee Upgraded to Spring Boot 1.1.4.RELEASE.
Slight restructuring of the build setup for the Spring Data REST. Upgraded to Tomcat 8.0.9.
2014-07-08 14:02:45 +02:00
Oliver Gierke
16f9aa6ab1 Dependency upgrades.
- Spring Boot 1.1.0 -> 1.1.3
- Querydsl 3.3.4 -> 3.4.1
- Lombok 1.12.4 -> 1.14.4
2014-07-07 19:34:34 +02:00
Oliver Gierke
d748923519 Added sample for invocation of JDK 8 default method on a repository. 2014-07-07 16:08:05 +02:00
Oliver Gierke
0a98efaf20 Added a Traverson based client for the server. 2014-06-16 17:04:44 +02:00
Oliver Gierke
a3a1db24d0 Upgraded to Spring Boot 1.1.0. 2014-06-16 17:03:58 +02:00
Oliver Gierke
c3afe35d2f Upgraded to Spring Data Dijkstra GA release. 2014-05-21 11:07:32 +02:00
Oliver Gierke
b67ec8bd6e Added Spring Boot plugin to make the REST sample project executable as standalone JAR. 2014-05-14 00:07:48 +02:00
Oliver Gierke
410f408f47 Upgraded Java 8 DateTime example to use Jadira UserTypes.
Upgraded to Jadira Usertypes 3.2 to be able tu use Hibernate-specific UserType to make sure JDK 8 date/time types get converted into appropriate SQL types by the persistence provider.
2014-05-06 14:38:58 +02:00
Oliver Gierke
9f7d90ad5c Updated root readme. 2014-05-02 20:10:25 +02:00
Oliver Gierke
7a7daaec60 Added Starbucks sample for Spring Data REST. 2014-05-02 20:06:43 +02:00
Oliver Gierke
d5138bb3a4 Upgraded to latest Spring Data Dijkstra RC1. 2014-05-02 19:54:21 +02:00
Oliver Gierke
089ea83b01 Adapted JPA 2.1 example to latest changes in Spring Data JPA.
Changed method to derive the stored procedure metadata to be named after the stored procedure so that the name doesn't have to be customized on the annotation.

Switched to Spring Data JPA master branch artifact as the stored procedure support has been merged recently.
2014-04-28 12:49:17 +02:00
Thomas Darimont
466e4d40ba Added example for JPA 2.1 stored procedure support. 2014-04-24 14:50:12 +02:00
Oliver Gierke
db9ade78c7 Upgrade to Spring Boot 1.0.2.RELEASE. 2014-04-24 14:49:56 +02:00
Oliver Gierke
0ddb2ba0d6 Added showcase for JDK 8's Optional support on repository methods.
Abbreviated JPA sample module folder names. Renamed the Java 8 auditing sample module to Java 8 module as it not only contains samples for auditing anymore.
2014-04-22 14:48:00 +02:00
Oliver Gierke
dadaf374c3 Use manual index declaration in MongoDB sample. 2014-04-02 10:08:41 +02:00
Oliver Gierke
87f91d8afc Upgraded to Spring Boot GA and Spring Data MongoDB 1.5 M1. 2014-04-02 10:06:25 +02:00
Oliver Gierke
c18c26c0a7 Upgraded to Spring 4.0.2.RELEASE. 2014-03-13 19:23:10 +01:00
Oliver Gierke
f2a0e988a3 Upgraded JPA module to Spring Data Codd SR1. 2014-03-13 19:22:46 +01:00
Oliver Gierke
87e8518bd2 Upgraded to latest dependencies.
Use latest stable Spring Data JPA release as well as Hibernate 4.3.4. Upgraded to Spring Boot 1.0 RC4, Querydsl 3.3.1 and Lombok 1.12.4. Upgraded to Spring Data MongoDB 1.5 snapshots to be able to use the geo-types from Spring Data Commons.
2014-03-11 12:27:43 +01:00
Oliver Gierke
2ca3aa159c Upgraded to Spring Boot 1.0 RC3.
Moved configuration classes to main folders. Removed previously required @Enable…Repositories annotations.
2014-02-14 18:59:52 +01:00
Oliver Gierke
5c48b25056 Changed top-level package to example.springdata.
Added missing Apache license headers and adapted copyright range.
2014-02-10 13:48:40 +01:00
Oliver Gierke
19db88ec06 Made dependency field final. 2014-02-05 09:07:06 +01:00
Oliver Gierke
21b8f01564 Tweak Querydsl APT plugin to produce less verbose output. 2014-02-05 09:06:46 +01:00
Oliver Gierke
bf4d9c2bcc Added note on JDK 8 for Java 8 JPA project. 2014-01-31 14:41:39 +01:00
Oliver Gierke
4b11a9dc8f Initial commit.
Moved Spring Data JPA examples from spring-data-jpa-examples repo to this one. Added samples for MongoDB.
2014-01-31 14:34:34 +01:00
Oliver Gierke
4c7d78a410 Initial commit 2014-01-30 07:42:43 -08:00