1. 05 Aug, 2013 16 commits
  2. 04 Aug, 2013 4 commits
  3. 03 Aug, 2013 5 commits
    • Dave Syer's avatar
      Fix problem locating spring home · 55ed0bdf
      Dave Syer authored
      55ed0bdf
    • Phillip Webb's avatar
      Merge pull request #9 from olivergierke/master · 45206d60
      Phillip Webb authored
      # By Oliver Gierke
      * pull9:
        Cleanups Spring Data JPA example.
      45206d60
    • Oliver Gierke's avatar
      Cleanups Spring Data JPA example. · d2def686
      Oliver Gierke authored
      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.
      d2def686
    • Phillip Webb's avatar
      Fixup sample links in README.md · c1344683
      Phillip Webb authored
      c1344683
    • Phillip Webb's avatar
      Rework POM structure · 1db22aca
      Phillip Webb authored
      Rework main build POM to be an aggregator pom that does not inherit
      from any parent. Introduce new spring-boot-dependencies module to
      act as a parent for both spring-boot-starter-parent and
      spring-boot-parent.
      1db22aca
  4. 02 Aug, 2013 15 commits