add Session Settings

This commit is contained in:
root
2025-11-27 14:24:10 +03:00
parent 50b3c6eb1d
commit 47f64dc4b8
12 changed files with 199 additions and 340 deletions

View File

@@ -18,8 +18,8 @@
</parent>
<properties>
<maven.compiler.source>25</maven.compiler.source>
<maven.compiler.target>25</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- основные версии -->
<springdoc.version>2.8.14</springdoc.version>