Added a rabbit picture on Welcome Page

This commit is contained in:
Akiyoshi Yonekura 2021-06-01 11:57:11 +09:00
parent c9afb425ff
commit 6059aa1eed
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
<version>2.4.5</version>
<version>2.4.5-rabbit</version>
<parent>
<groupId>org.springframework.boot</groupId>

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View file

@ -7,7 +7,7 @@
<h2 th:text="#{welcome}">Welcome</h2>
<div class="row">
<div class="col-md-12">
<img class="img-responsive" src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>
<img class="img-responsive" src="../static/resources/images/bunny.jpg" th:src="@{/resources/images/bunny.jpg}"/>
</div>
</div>