spring-boot/spring-boot-samples/spring-boot-sample-data-jpa
Oliver Gierke d2def68602 Cleanups Spring Data JPA example.
Various cleanups to the Spring Data JPA example, including:

* Move repositories into service package and make them package private
  thus only expose the service interfaces to clients.
* Merge HotelRepository and HotelSummaryRepository and make service
  implementations package protected.
* Introduce integration test base class to bootstrap the app as
  SpringAppliation.run would.
* Refactor central test case to rather use Spring MVC integration
  testing framework.
* Add integration tests for repositories to execute query methods.
2013-08-02 22:29:07 -07:00
..
src Cleanups Spring Data JPA example. 2013-08-02 22:29:07 -07:00
pom.xml Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00