Skip to content
Snippets Groups Projects
  1. Jan 31, 2017
  2. Jan 08, 2017
  3. Dec 20, 2016
  4. Dec 06, 2016
  5. Dec 05, 2016
  6. Dec 02, 2016
  7. Nov 22, 2016
  8. Nov 17, 2016
  9. Nov 14, 2016
    • Dave Syer's avatar
      Modularize and migrate to aggregate-oriented domain · 83ff9a50
      Dave Syer authored
      Vet, Owner, Visit. The Visit "aggregate" is a little artificial
      but it demonstrates a useful point about not holding on to
      references of "parent" (reference data) objects, i.e. the Visit has
      an Integer petId, instead of a Pet field. In principle this app is
      now almost ready to migrate to multiple services if anyone wanted
      to do that.
      83ff9a50
  10. Nov 13, 2016
  11. Nov 12, 2016
  12. Nov 11, 2016
  13. Nov 10, 2016
  14. Oct 17, 2016
  15. Oct 08, 2016
  16. Oct 06, 2016
  17. Oct 01, 2016
  18. Sep 25, 2016
  19. Sep 15, 2016
  20. Aug 29, 2016
  21. Aug 23, 2016
  22. Aug 19, 2016
    • Antoine Rey's avatar
      Merge branch 'master' into springboot · 89d0e244
      Antoine Rey authored
      Conflicts:
      	pom.xml
      	readme.md
      	src/main/java/org/springframework/samples/petclinic/repository/jdbc/JdbcPetRepositoryImpl.java
      	src/main/java/org/springframework/samples/petclinic/web/VetController.java
      	src/test/java/org/springframework/samples/petclinic/web/CrashControllerTests.java
      	src/test/java/org/springframework/samples/petclinic/web/OwnerControllerTests.java
      	src/test/java/org/springframework/samples/petclinic/web/PetControllerTests.java
      	src/test/java/org/springframework/samples/petclinic/web/VetControllerTests.java
      	src/test/java/org/springframework/samples/petclinic/web/VisitControllerTests.java
      89d0e244
    • Antoine Rey's avatar
      e5254156
    • Antoine Rey's avatar
      620141da
Loading