mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:15:50 +00:00
Added a rabbit picture on Welcome Page
This commit is contained in:
parent
c9afb425ff
commit
6059aa1eed
3 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.samples</groupId>
|
<groupId>org.springframework.samples</groupId>
|
||||||
<artifactId>spring-petclinic</artifactId>
|
<artifactId>spring-petclinic</artifactId>
|
||||||
<version>2.4.5</version>
|
<version>2.4.5-rabbit</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
BIN
src/main/resources/static/resources/images/bunny.jpg
Normal file
BIN
src/main/resources/static/resources/images/bunny.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
|
@ -7,7 +7,7 @@
|
||||||
<h2 th:text="#{welcome}">Welcome</h2>
|
<h2 th:text="#{welcome}">Welcome</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue