- Dec 05, 2016
-
-
Dave Syer authored
-
Oscar Utbult authored
-
Kristof Neirynck authored
-
Kristof Neirynck authored
-
Oscar Utbult authored
-
Oscar Utbult authored
-
- Dec 02, 2016
-
-
Dave Syer authored
-
- Nov 22, 2016
-
-
Dave Syer authored
-
- Nov 17, 2016
-
-
Dave Syer authored
-
Dave Syer authored
It's better maintained and it seems to provide more features as well.
-
Antoine Rey authored
-
- Nov 14, 2016
-
-
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.
-
- Nov 13, 2016
-
-
Antoine Rey authored
-
- Nov 12, 2016
-
-
Antoine Rey authored
-
Antoine Rey authored
-
Antoine Rey authored
-
- Nov 11, 2016
-
-
Antoine Rey authored
-
Dave Syer authored
-
- Nov 10, 2016
- Oct 17, 2016
-
-
Antoine Rey authored
-
- Oct 08, 2016
-
-
Antoine Rey authored
-
- Oct 06, 2016
-
-
Antoine Rey authored
-
- Oct 01, 2016
-
-
Antoine Rey authored
-
Antoine Rey authored
-
- Sep 25, 2016
-
-
Antoine Rey authored
-
Dapeng authored
-
- Sep 15, 2016
-
-
Antoine Rey authored
-
- Aug 29, 2016
-
-
Antoine Rey authored
Upgrade to Ehcache 3 and Java config
-
Stephane Nicoll authored
I saw on twitter the reference of an article (in french): http://javaetmoi.com/2016/08/migrer-vers-spring-boot/ That article concludes with something along the lines of "Besides the EhCache and Maven configuration, Petclinic does not hold a single line of XML anymore". Looking at the code, we can remove more XML if you want. This PR migrates the cache infrastructure to EhCache 3 and JCache (JSR-107). This also reduces the number of dependencies.
-
Antoine Rey authored
-
- Aug 23, 2016
-
-
Antoine Rey authored
-
- Aug 19, 2016
-
-
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
-
Antoine Rey authored
-
Antoine Rey authored
-
Antoine Rey authored
Merging AbstractClinicServiceTests and ClinicServiceSpringDataJpaTests then using the Spring Boot @DataJpaTest annotation
-
- Aug 17, 2016
-
-
Antoine Rey authored
-
- Aug 16, 2016
-
-
AndrejGajdos authored
responsive menu fix - data-target attribute added
-
Antoine Rey authored
-
- Aug 10, 2016
-
-
Antoine Rey authored
Responsive menu fix
-