From a85f511e9df99af129f44ccc06f274a54afab4fc Mon Sep 17 00:00:00 2001 From: Anton Dzyk Date: Fri, 19 Dec 2025 07:35:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8E=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=B5=D1=81=D1=81?= =?UTF-8?q?=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 186e2c1..9e73a48 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -19,7 +19,13 @@ spring: server: port: 9999 + servlet: + session: + cookie: + name: JSESSIONID_LTI + logging: level: org.hibernate.SQL: DEBUG - org.hibernate.type.descriptor.sql.BasicBinder: TRACE \ No newline at end of file + org.hibernate.type.descriptor.sql.BasicBinder: TRACE +