feat: upgrade to Spring Boot version 3 (#1477)

This commit is contained in:
Nanne Baars
2023-06-04 11:19:47 +02:00
committed by GitHub
parent ff3a2983e2
commit ca886b4818
126 changed files with 520 additions and 479 deletions

View File

@ -4,11 +4,11 @@
<head>
<title>WebWolf</title>
<link rel="icon" href="/css/img/favicon.ico"/>
<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}"/>
<div class="container">
@ -45,7 +45,6 @@
<div class="col-xs-6 col-sm-6 col-md-6">
</div>
</div>
<!--<div><b><a th:href="@{/registration}" th:text="#{register.new}"></a></b></div>-->
</fieldset>
</form>
</div>
@ -53,7 +52,7 @@
</div>
<div th:replace="fragments/footer :: footer"/>
<div th:replace="~{fragments/footer :: footer}"/>
</body>
</html>
</html>