Skip to content

Commit f3b109e

Browse files
committed
UI/UX: Design downloaderApp main site UI
1 parent a6d17ff commit f3b109e

File tree

3 files changed

+570
-20
lines changed

3 files changed

+570
-20
lines changed

DBMonitoringDownloaderApp/src/main/java/root/handler/HomeHandler.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ public class HomeHandler {
1212

1313
@GetMapping(path = "/")
1414
public String home(Model model) {
15+
16+
model.addAttribute("title", "Home");
17+
1518
List<String> downloadLinks = new ArrayList<>();
1619
downloadLinks.add("https://DBMonitoring.co.kr/download/release-1.0.0");
1720
downloadLinks.add("https://DBMonitoring.co.kr/download/release-1.0.1");

0 commit comments

Comments
 (0)