diff --git a/readme.md b/readme.md index 8f9cb72d1edef4efea6947fcc19b227641b741bd..8b956b51698ec63916b69bfd45ca2ac4f86aa131 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>