feat: upgrade to Spring Boot version 3 (#1477)
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html xmlns:th="http://www.thymeleaf.org">
|
||||
<head>
|
||||
<div th:replace="fragments/header :: header-css"/>
|
||||
<div th:replace="~{fragments/header :: header-css}"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div th:replace="fragments/header :: header"/>
|
||||
<div th:replace="~{fragments/header :: header}"/>
|
||||
|
||||
<script type="text/javascript" th:src="@{/js/jwt.js}"></script>
|
||||
|
||||
@ -67,4 +67,4 @@
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user