From 19ef3be859e85605ed3767bff81f39137414aa35 Mon Sep 17 00:00:00 2001 From: michaelisvy <misvy@gopivotal,com> Date: Sat, 23 May 2015 09:31:57 +0800 Subject: [PATCH] adding Java Config to links on github homepage --- readme.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 8f9cb72..8b956b5 100644 --- a/readme.md +++ b/readme.md @@ -46,15 +46,14 @@ File -> Import -> Maven -> Existing Maven project <table> <tr> - <th width="300px">Inside the 'Web' layer</th><th width="300px">Files</th> - </tr> - <tr> - <td>Spring MVC- Atom integration</td> + <td>Java Config branch</td> <td> - <a href="/src/main/java/org/springframework/samples/petclinic/web/VetsAtomView.java">VetsAtomView.java</a> - <a href="/src/main/resources/spring/mvc-view-config.xml">mvc-view-config.xml</a> + Petclinic uses XML configuration by default. In case you'd like to use Java Config instead, there is a Java Config branch available <a href="https://github.com/arey/spring-petclinic/tree/javaconfig">here</a>. Thanks to Antoine Rey for his contribution. </td> </tr> + <tr> + <th width="300px">Inside the 'Web' layer</th><th width="300px">Files</th> + </tr> <tr> <td>Spring MVC - XML integration</td> <td><a href="/src/main/resources/spring/mvc-view-config.xml">mvc-view-config.xml</a></td> -- GitLab