mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Adding logo to welcome page
This commit is contained in:
parent
0a529015bc
commit
a30b0bd143
5 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
database=postgres
|
||||
spring.datasource.url=${POSTGRES_URL:jdbc:postgresql://localhost/petclinic}
|
||||
spring.datasource.username=${POSTGRES_USER:petclinic}
|
||||
spring.datasource.password=${POSTGRES_PASS:petclinic}
|
||||
spring.datasource.username=${POSTGRES_USER:postgres}
|
||||
spring.datasource.password=${POSTGRES_PASS:NewPassword}
|
||||
# SQL is written to be idempotent so this is safe
|
||||
spring.sql.init.mode=always
|
||||
|
|
BIN
src/main/resources/static/resources/images/metafour.jpg
Normal file
BIN
src/main/resources/static/resources/images/metafour.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
BIN
src/main/resources/static/resources/images/mlogo.jpg
Normal file
BIN
src/main/resources/static/resources/images/mlogo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -80,7 +80,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-center">
|
||||
<img src="../static/images/spring-logo.svg" th:src="@{/resources/images/spring-logo.svg}" alt="VMware Tanzu Logo" class="logo">
|
||||
<img src="../static/images/spring-logo.svg" th:src="@{/resources/images/mlogo.jpg}" alt="VMware Tanzu Logo" class="logo">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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/metafour.jpg" th:src="@{/resources/images/metafour.jpg}"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue