[Developer] #424 show DB setup errors

Refs #424
This commit is contained in:
devmrko
2026-06-23 11:12:07 +09:00
parent 7b45b3a028
commit fe8baa4d6a
4 changed files with 41 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<nav th:replace="~{fragments/layout :: nav}"></nav>
<main class="container py-4">
<div class="alert alert-danger">
<strong>처리할 수 없습니다.</strong>
<strong th:text="${errorTitle} ?: '처리할 수 없습니다.'">처리할 수 없습니다.</strong>
<span th:text="${errorMessage} ?: '요청 처리 중 오류가 발생했습니다.'"></span>
</div>
<a class="btn btn-outline-primary" href="/">대시보드</a>