mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Talk about the master branch with is using XML configuration.
This commit is contained in:
parent
50e9269f7c
commit
b541b50a8f
1 changed files with 3 additions and 3 deletions
|
@ -43,12 +43,12 @@ File -> Import -> Maven -> Existing Maven project
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<th width="300px">Java Config</th><th width="300px"></th>
|
||||
<th width="300px">XML Configuration</th><th width="300px"></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Java Config branch</td>
|
||||
<td>XML Configuration</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/spring-projects/spring-petclinic/tree/javaconfig">here</a>. Thanks to Antoine Rey for his contribution.
|
||||
This <a href="https://github.com/spring-projects/spring-petclinic/tree/javaconfig">javaconfig branch</a> uses Java Configuration. In case you'd like to use the XML configuration instead, there the master branch is available <a href="https://github.com/spring-projects/spring-petclinic">here</a>. XML remains the default configuration for Spring Petclinic.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue