From 42d7d22a1832dbf91cafcedf872c65817401fb94 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 월, 15 11월 2021 10:24:43 +0900
Subject: [PATCH] - api 관련 메뉴 추가  => api 토큰 생성 기능 추가

---
 src/main/resources/system_dev.properties |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/system_dev.properties b/src/main/resources/system_dev.properties
index 7648f2d..faa8726 100644
--- a/src/main/resources/system_dev.properties
+++ b/src/main/resources/system_dev.properties
@@ -27,6 +27,8 @@
 redis.host=127.0.0.1
 redis.port=6379
 redis.common.topic=dev-common-topic
+spring.session.timeout=36000
+
 
 # License Key \uC124\uC815
 owl.license.key=1234

--
Gitblit v1.8.0