mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +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>
|
<name>petclinic</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
/*
|
|
||||||
*
|
|
||||||
* comment
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
<!-- Generic properties -->
|
<!-- Generic properties -->
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h2>Veterinarians</h2>
|
<h2>Veterinarians</h2>
|
||||||
|
<h2>Testing</h2>
|
||||||
<table id="vets" class="table table-striped">
|
<table id="vets" class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue