Skip to content
Snippets Groups Projects
Commit 19ef3be8 authored by michaelisvy's avatar michaelisvy
Browse files

adding Java Config to links on github homepage

parent 72dc0c88
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment