Use message source in Web UI sample

Update the sample application to show how a message source can be
used in the view tier.

Closes gh-14947
See gh-14882
This commit is contained in:
Vedran Pavic
2018-10-24 17:36:04 +02:00
committed by Phillip Webb
parent 5e18fe1eaa
commit 4b2f084e28
7 changed files with 47 additions and 22 deletions

View File

@@ -24,6 +24,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>