mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
adding Java Config to links on github homepage
This commit is contained in:
parent
72dc0c882f
commit
19ef3be859
1 changed files with 5 additions and 6 deletions
11
readme.md
11
readme.md
|
@ -46,14 +46,13 @@ File -> Import -> Maven -> Existing Maven project
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<th width="300px">Inside the 'Web' layer</th><th width="300px">Files</th>
|
||||
<td>Java Config branch</td>
|
||||
<td>
|
||||
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>
|
||||
<td>Spring MVC- Atom integration</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>
|
||||
</td>
|
||||
<th width="300px">Inside the 'Web' layer</th><th width="300px">Files</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Spring MVC - XML integration</td>
|
||||
|
|
Loading…
Reference in a new issue