프로젝트

[SpringBoot & JPA 프로젝트] common/message

sian han 2022. 8. 11. 22:20

 

<!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>