From 379c882fcbbcf96ebd1d5fabf6078ebe7a81308b Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 10 2월 2022 10:48:47 +0900 Subject: [PATCH] - 호스팅 엑셀 임포트 시 오류 메시지 수정 - isp, 호스팅의 'code' KEY 부여 및 중복 입력 시 오류 메시지 추가 --- src/main/resources/system_dev.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/system_dev.properties b/src/main/resources/system_dev.properties index 45019b4..8e517fe 100644 --- a/src/main/resources/system_dev.properties +++ b/src/main/resources/system_dev.properties @@ -41,6 +41,7 @@ # email \uC124\uC815 email.host=mail.g2works.kr email.port=587 +email.sender=OWL-ITS email.userName=supportowl@wisestone.kr email.password=Stone0620** email.transport.protocol=smtp @@ -72,6 +73,8 @@ # added by zenith at 20200623 use.aws=false +use.scheduler=false + # upload path attached.file.path=/dev-upload/ profile.file.path=/dev-profile -- Gitblit v1.8.0