mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-24 12:21:12 +00:00
added a Spring Data implementation
- there are now 3 data access implementations (jdbc, jpa and spring-data-jpa) - added corresponding bean profiles - JUnit tests are now successful
This commit is contained in:
parent
c9c8c4e085
commit
97aba3f4e6
50 changed files with 368 additions and 426 deletions
|
|
@ -55,9 +55,6 @@
|
|||
</fieldset>
|
||||
</form:form>
|
||||
<c:if test="${!pet['new']}">
|
||||
<form:form method="delete">
|
||||
<p class="submit"><input type="submit" value="Delete Pet"/></p>
|
||||
</form:form>
|
||||
</c:if>
|
||||
<jsp:include page="../footer.jsp"/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue