mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Test (#6)
This commit is contained in:
parent
56c7964d6b
commit
5fb7fbcd9a
2 changed files with 3 additions and 3 deletions
|
@ -25,6 +25,6 @@ class WelcomeController {
|
|||
|
||||
@GetMapping("/")
|
||||
public String welcome() {
|
||||
return "hello ignite";
|
||||
return "Welcome";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h2 th:text="#{welcome}">Welcome</h2>
|
||||
<h2 th:text="#{welcome}">hello Ignite!</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}"/>
|
||||
|
|
Loading…
Reference in a new issue