Adding logo to welcome page

This commit is contained in:
mizanur-rahman-m4 2023-07-18 12:02:54 +06:00
parent 0a529015bc
commit a30b0bd143
5 changed files with 4 additions and 4 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -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>

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/metafour.jpg" th:src="@{/resources/images/metafour.jpg}"/>
</div>
</div>