Настроил и исправил авторизацию

This commit is contained in:
morgan
2026-02-04 22:34:02 +03:00
parent d7a0cbb7a4
commit e833ecd83a
10 changed files with 27 additions and 81 deletions

View File

@@ -138,6 +138,11 @@
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.20.1</version> <!-- или актуальная версия -->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>