Deploy to test changes

This commit is contained in:
Bongas 2020-05-14 13:23:34 +08:00
parent 40f6e050f5
commit 1441d5af31
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ class WelcomeController {
@GetMapping("/")
public String welcome() {
return "trigger changes";
return "welcome";
}
}

View file

@ -10,7 +10,7 @@
<link rel="shortcut icon" type="image/x-icon" th:href="@{/resources/images/favicon.png}">
<title>PetClinic :: a Spring Framework demonstration</title>
<title>PetClinic :: a test changes</title>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
@ -46,7 +46,7 @@
<li th:replace="::menuItem ('/','home','home page','home','Home')">
<span class="glyphicon glyphicon-home" aria-hidden="true"></span>
<span>Bahay</span>
<span>Home</span>
</li>
<li th:replace="::menuItem ('/owners/find','owners','find owners','search','Find owners')">

View file

@ -4,7 +4,7 @@
<body>
<h2 th:text="#{welcome}">Sample changes</h2>
<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}"/>