Reference the angularjs branch

This commit is contained in:
Antoine Rey 2016-10-14 12:12:59 +02:00 committed by GitHub
parent 954057a297
commit e4d7fd7254

View file

@ -170,12 +170,17 @@ File -> Import -> Maven -> Existing Maven project
<th width="300px">Others</th><th width="300px">Files</th> <th width="300px">Others</th><th width="300px">Files</th>
</tr> </tr>
<tr> <tr>
<td>Spring Boot branch</td> <td>Spring Boot branch (with JSP)</td>
<td> <td>
<a href="https://github.com/spring-projects/spring-petclinic/tree/springboot">See here</a></td> <a href="https://github.com/spring-projects/spring-petclinic/tree/springboot">See here</a></td>
</tr> </tr>
<tr> <tr>
<td>ReactJS branch</td> <td>Angular JS and Spring Boot branch</td>
<td>
<a href="https://github.com/spring-projects/spring-petclinic/tree/angularjs">See here</a></td>
</tr>
<tr>
<td>ReactJS and Spring Boot branch</td>
<td> <td>
<a href="https://github.com/nilshartmann/spring-petclinic/tree/reactjs">See here</a></td> <a href="https://github.com/nilshartmann/spring-petclinic/tree/reactjs">See here</a></td>
</tr> </tr>