mirror of
https://github.com/JeffLi1993/springboot-learning-example.git
synced 2026-03-14 06:03:52 +08:00
完善案例
This commit is contained in:
15
springboot-freemarker/src/main/resources/web/cityList.ftl
Normal file
15
springboot-freemarker/src/main/resources/web/cityList.ftl
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<body>
|
||||
<#list cityList as city>
|
||||
|
||||
City: ${city.cityName}! <br>
|
||||
Q:Why I like? <br>
|
||||
A:${city.description}!
|
||||
|
||||
</#list>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user