spring-petclinic/src/main/java/org/springframework/samples/petclinic
Rossen Stoyanchev 3e66379be1 Polish
Use ContentNegotiationManagerFactoryBean
Use URI variables in redirect URLs
2013-02-10 18:16:18 -05:00
..
aspects moved pointcut to @Repository instead of @Service 2013-02-08 14:26:00 +08:00
repository cleaned up AOP usage 2013-02-08 12:46:00 +08:00
service removed Autowiring at the field level 2013-02-01 09:28:58 +08:00
util SPR-6447 2013-01-09 17:13:17 +08:00
validation improvements to Visit controller 2013-01-16 11:07:39 +08:00
web Polish 2013-02-10 18:16:18 -05:00
BaseEntity.java migrated to hsql 2.2.8 and fixed a couple of JPA issues 2013-01-14 16:55:09 +08:00
NamedEntity.java Merged Pet Controllers into a single one 2013-01-16 10:57:50 +08:00
Owner.java improved pet creation form 2013-02-05 12:21:51 +08:00
package-info.java SPR-6447 2013-01-09 17:13:17 +08:00
Person.java added a Spring Data implementation 2013-01-18 16:56:01 +08:00
Pet.java fixed issues in the Pet creation form 2013-02-06 17:33:11 +08:00
PetType.java migration to JPA annotations 2013-01-14 16:12:05 +08:00
Specialty.java migration to JPA annotations 2013-01-14 16:12:05 +08:00
Vet.java fixed naming issue in vet list 2013-02-07 10:31:18 +08:00
Vets.java added a Spring Data implementation 2013-01-18 16:56:01 +08:00
Visit.java added custom tag 2013-02-06 21:31:07 +08:00