mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Testing Vets Details page
This commit is contained in:
parent
7bdc37b3d5
commit
b808ca8f8d
2 changed files with 2 additions and 6 deletions
6
pom.xml
6
pom.xml
|
@ -15,11 +15,7 @@
|
|||
<name>petclinic</name>
|
||||
|
||||
<properties>
|
||||
/*
|
||||
*
|
||||
* comment
|
||||
*
|
||||
*/
|
||||
|
||||
<!-- Generic properties -->
|
||||
<java.version>1.8</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<body>
|
||||
|
||||
<h2>Veterinarians</h2>
|
||||
|
||||
<h2>Testing</h2>
|
||||
<table id="vets" class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue