From 8f17dd6365dcd2ee4bb983440785dc5c56f31a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B9?= Date: Mon, 1 May 2023 18:17:44 +0400 Subject: [PATCH] fix --- src/main/resources/templates/default.html | 2 ++ src/main/resources/templates/users.html | 37 +++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 src/main/resources/templates/users.html diff --git a/src/main/resources/templates/default.html b/src/main/resources/templates/default.html index 0b9500a..3696f0c 100644 --- a/src/main/resources/templates/default.html +++ b/src/main/resources/templates/default.html @@ -35,6 +35,8 @@ th:classappend="${#strings.equals(activeLink, '/readerAction')} ? 'active' : ''">ReaderAction Catalog + Пользователи Документация REST API Консоль H2 diff --git a/src/main/resources/templates/users.html b/src/main/resources/templates/users.html new file mode 100644 index 0000000..443d781 --- /dev/null +++ b/src/main/resources/templates/users.html @@ -0,0 +1,37 @@ + + + +
+
+ + + + + + + + + + + + + + + + + +
#IDЛогинРоль
+
+
+
+ + \ No newline at end of file