add reactive/webflux/java folder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<html xmlns:th="https://www.thymeleaf.org">
|
||||
<head>
|
||||
<title>Hello Security!</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello Security</h1>
|
||||
<a th:href="@{/logout}">Log Out</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user