Commit graph

408 commits

Author SHA1 Message Date
Antoine Rey
ed540a3d07 Fix #156 jdbcTemplate bean naming 2016-06-02 18:55:53 +02:00
Antoine Rey
b0c1d7a0ec Sync the javaconfig branch with the master 2015-08-21 18:23:14 +02:00
Antoine Rey
06be7eb5be #92 Use column alias 2015-08-20 08:19:57 +02:00
Antoine Rey
91d19d17b8 #92 Fix column 'visits.id' not found on MySql 2015-08-19 18:55:52 +02:00
michaelisvy
39ab8361d4 moved spring-data dependency to boot-starter 2015-07-25 19:44:53 +08:00
michaelisvy
85a2be1c11 adding spring boot starter and removing spring-aop 2015-07-25 19:38:02 +08:00
michaelisvy
8e3848f9c5 upgraded to latest version of Dandelion 2015-07-25 19:30:23 +08:00
Antoine Rey
122c8a74b9 Upgrade to Spring IO platform v1.1.3. 2015-07-15 21:53:05 +02:00
Antoine Rey
7326267c48 #90 Remove the json-path version which be inherited from the spring.io BOM 2015-07-02 18:20:17 +02:00
Antoine Rey
bc9682cfb3 #87 Downgrade to AssertJ 2.1.0 in order to build Petclinic with the JDK 7 2015-07-02 18:15:25 +02:00
Antoine Rey
11af3ae3e9 #90 Reduce the POM size by inheriting from the spring.io BOM 2015-07-02 08:11:02 +02:00
Antoine Rey
0fdd1504b4 Removing deprecated javadoc 2015-06-29 09:03:58 +02:00
Antoine Rey
7fe5184bc8 Servlet 3.0, JSP 2.2 and EL 2.2 are the minimum required to deploy Petclinic 2015-06-29 09:01:08 +02:00
Antoine Rey
8b625617cb #87 Petclinic should be compatible with Java 7 for the time being 2015-06-29 08:50:04 +02:00
Antoine Rey
80ff54ac03 Fix #89 Web layer: use @Valid whenever possible 2015-06-29 08:37:29 +02:00
Antoine Rey
a07cf69292 Fix #88 upgrading to Hibernate Validator 5.1.3 2015-06-25 18:33:25 +02:00
Antoine Rey
5e56bc222b Using JSP and JSTL version from the <properties> section 2015-06-24 21:15:29 +02:00
Antoine Rey
98d9bbb629 Removing reference to the unknown UserResource class 2015-06-24 18:43:45 +02:00
Antoine Rey
71f2424542 Remove explicit unboxing 2015-06-24 08:12:43 +02:00
Antoine Rey
6f6fa64dd7 Remove unused VisitRepository from constructor 2015-06-24 08:11:09 +02:00
Antoine Rey
ca3bb07fa4 Remove unused WebApplicationContext property 2015-06-18 18:29:49 +02:00
Antoine Rey
1b4d4256c4 Fix typo into javadoc 2015-06-18 18:28:31 +02:00
Antoine Rey
735fb1149b Remove explicit unboxing 2015-06-17 21:07:10 +02:00
michaelisvy
dc0fb9abd8 removing unused method #85 2015-06-17 13:10:00 -05:00
Antoine Rey
5570366cfd Use a simple RowMapper instead of a BeanPropertyRowMapper 2015-06-17 08:30:26 +02:00
michaelisvy
8d20340518 removed unused attribute #64 2015-06-09 17:14:53 +08:00
michaelisvy
8965499757 Merge pull request #82 from arey/#64-optim1
#64 Optimize N+1 select by using the OneToManyResultSetExtractor
2015-06-09 15:13:32 +08:00
Antoine Rey
fb64465802 Add some javadoc 2015-06-09 08:40:49 +02:00
Antoine Rey
818529b5b1 #64 Remove N+1 select by using the OneToManyResultSetExtractor of Spring Data Core JDBC Extensions 2015-06-09 08:37:20 +02:00
michaelisvy
08d55c975f Merge pull request #81 from srenkens/patch-1
Update readme.md
2015-06-06 07:36:31 +08:00
srenkens
ae15df1b61 Update readme.md
Updates the jsp url for the sample usage in JSP
2015-06-05 12:37:46 +02:00
michaelisvy
cb6bd875de Putting encoding filter first per #80 2015-05-29 15:20:10 +08:00
michaelisvy
b265fc802d Adding instruction to fix build on Maven 3.2.x 2015-05-29 15:16:17 +08:00
Antoine Rey
ad423f5750 Change javaconfig branch URL to spring-projects 2015-05-29 08:07:39 +02:00
Antoine Rey
b541b50a8f Talk about the master branch with is using XML configuration. 2015-05-29 08:04:34 +02:00
Antoine Rey
50e9269f7c Finish to remove Atom feed 2015-05-27 21:48:50 +02:00
Antoine Rey
f0a44efe56 Update readme.md with Java Configuration classes 2015-05-27 21:47:34 +02:00
Antoine Rey
f157360eb9 Migrate to the Spring MVC Java Configuration 2015-05-27 21:42:32 +02:00
Antoine Rey
fbd2946e8f Add class header with Apache License and Copyright 2015-05-27 21:33:21 +02:00
Antoine Rey
3bb4af2853 Migrate XML datasource definition beans to Java configuration 2015-05-27 21:30:25 +02:00
Antoine Rey
9a29cc7eab Display Spring active profiles at startup 2015-05-27 21:29:13 +02:00
Antoine Rey
32c59a5c58 Migrate the tools-config.xml XML context configuration file to ToolsConfig.java 2015-05-27 21:28:01 +02:00
Antoine Rey
54420cd610 Add cobertura empty check configuration 2015-05-27 21:12:06 +02:00
Antoine Rey
0a646c4267 Replace XML to Java configuration for business layer 2015-05-27 18:57:47 +02:00
Antoine Rey
00339371a1 Setup Java configuration into the web.xml 2015-05-27 18:43:23 +02:00
michaelisvy
e8ba735e05 updates on links
- updated some links
- removed some broken links
2015-05-23 09:41:21 +08:00
michaelisvy
546ba6b5e9 minor presentation fix 2015-05-23 09:34:03 +08:00
michaelisvy
19ef3be859 adding Java Config to links on github homepage 2015-05-23 09:32:04 +08:00
michaelisvy
72dc0c882f Merge pull request #48 from 7footmoustache/patch-1
Fixed some typos in comments
2015-05-20 23:28:00 +08:00
michaelisvy
83301cb602 Centering content 2015-05-20 23:21:37 +08:00