Mic
2ebf7567b9
packagesToScan doesn't need a list of values
...
(feedback from Oliver Gierke)
2013-02-01 09:29:20 +08:00
Mic
3482d549ea
renamed profiles and removed unnecessary@DirtiesContext annotation so the Test suite now runs in 40% less time
2013-01-29 17:47:45 +08:00
Mic
feca50d272
added jQueryUI
2013-01-22 09:29:49 +01:00
Mic
d88b565d28
migrated all dates to joda time
2013-01-19 02:53:27 +08:00
Mic
97aba3f4e6
added a Spring Data implementation
...
- there are now 3 data access implementations (jdbc, jpa and
spring-data-jpa)
- added corresponding bean profiles
- JUnit tests are now successful
2013-01-18 16:56:01 +08:00
Mic
c9c8c4e085
moved the ClinicRepository into some separate repos
...
There is still some polish up to be done.
2013-01-17 15:27:27 +08:00
Mic
0fe479390b
improvements to Owner Controller
...
- migrated to bean validation annotations
- merged to one single controller
2013-01-16 10:30:20 +08:00
Mic
5432a1932c
started adding support for Spring Data
2013-01-15 17:31:01 +08:00
Mic
5c25ef9cc1
removed former Hibernate xml configuration
2013-01-14 23:40:25 +08:00
Mic
0c2665f1b4
added bean profiles for jdbc/jpa
2013-01-14 23:36:06 +08:00
Mic
b459ca3377
added aspectj decaration. All JUnit tests are now successful
2013-01-14 23:23:07 +08:00
Mic
608c42f74b
migrated from SimpleJdbcTemplate to JdbcTemplate
2013-01-14 22:13:04 +08:00
Mic
9f8acc05ad
migration to JPA annotations
...
- added JPA annotations to POJO classes
- merged JPA Repos with Hibernate repos so we only use JPA
- renamed .txt files to .sql
- moved Spring configuration files so it is easier to use them inside
JUnit tests
2013-01-14 16:12:05 +08:00