spring-boot/spring-boot-samples
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
..
spring-boot-sample-actuator Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
spring-boot-sample-actuator-ui Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
spring-boot-sample-batch Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
spring-boot-sample-data-jpa Cleanups Spring Data JPA example. 2013-08-02 22:29:07 -07:00
spring-boot-sample-integration Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
spring-boot-sample-jetty Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
spring-boot-sample-profile Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
spring-boot-sample-simple Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
spring-boot-sample-tomcat Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
spring-boot-sample-traditional Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
spring-boot-sample-web-static Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
spring-boot-sample-web-ui Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
spring-boot-sample-xml Switch back to SNAPSHOT for dev 2013-08-02 12:00:14 +01:00
pom.xml Rework POM structure 2013-08-02 21:58:24 -07:00
README.md Documentation 2013-08-02 00:34:53 -07:00

Spring Boot - Samples