서버 데이터 템플릿 매핑

This commit is contained in:
keymasroy
2021-08-02 21:28:17 +09:00
parent 10b535f01f
commit 46ad256e8f

12
front/bo/client/app.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }} class="dx-viewport">
{{ APP }}
<div style="display: none" th:text="${spaData}" id="__spa">{{ SERVER_DATA }}</div>
</body>
</html>