<!doctype html>
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
<script th:inline="javascript">
/*<![CDATA[*/
var message = [[${msg}]];
alert(message);
location.replace([[${url}]]);
/*]]>*/
</script>
'프로젝트' 카테고리의 다른 글
[SpringBoot & JPA 프로젝트] enum (0) | 2022.08.17 |
---|---|
[SpringBoot & JPA 프로젝트] 뜨개장터 소개 (2) | 2022.08.17 |
[SpringBoot & JPA 프로젝트] requestRejectedException / Error executing DDL / FileNotFoundException (0) | 2022.08.11 |
[Spring Boot & JPA 프로젝트] 머스테치 Mustache (0) | 2022.08.02 |
[SpringBoot & Mybatis 프로젝트] 비대면 세탁 서비스 LAUNER (0) | 2022.07.22 |