노인인력개발원 설치환경 추가
This commit is contained in:
parent
87edbdef73
commit
224ed4bd63
@ -12,11 +12,7 @@
|
||||
<attribute name="gradle_used_by_scope" value="main,test"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/openJDK16">
|
||||
<attributes>
|
||||
<attribute name="module" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-16/"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
|
||||
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer">
|
||||
<attributes>
|
||||
|
||||
@ -91,6 +91,13 @@ public class urpBaseJspApplication
|
||||
System.out.println("############# yp21 Env #########################");
|
||||
System.out.println("################################################");
|
||||
}
|
||||
// 2026.03.19 나혁제 노인인력개발원 추가
|
||||
else if(activeProfile.equals("kordi"))
|
||||
{
|
||||
System.out.println("################################################");
|
||||
System.out.println("############# kordi Env ########################");
|
||||
System.out.println("################################################");
|
||||
}
|
||||
else
|
||||
{
|
||||
System.out.println("################################################");
|
||||
|
||||
56
src/main/resources/application-kordi.yml
Normal file
56
src/main/resources/application-kordi.yml
Normal file
@ -0,0 +1,56 @@
|
||||
# Service port
|
||||
server:
|
||||
port: 11020
|
||||
servlet:
|
||||
session:
|
||||
timeout: 120m
|
||||
cookie:
|
||||
name: BASEJSP_JSESSIONID
|
||||
|
||||
# ssl:
|
||||
# enabled: true #Spring Security를 사용하는 경우 HTTPS 요청만 허용하도록 해주는 설정
|
||||
# key-store-type: PKCS12
|
||||
# key-store: classpath:sslkey/STAR.keiti.re.kr.jks
|
||||
# key-store-password: keiti123
|
||||
# key-alias: keiti.re.kr
|
||||
|
||||
# JSP 설정
|
||||
spring:
|
||||
mvc:
|
||||
view:
|
||||
prefix: /WEB-INF/jsp/
|
||||
suffix: .jsp
|
||||
static-patn-pattern: /static/**
|
||||
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 100MB
|
||||
max-request-size: 100MB
|
||||
|
||||
# custom 설정
|
||||
custom:
|
||||
path:
|
||||
phy_svy: /app/uritsm_data/svy/
|
||||
loc_svy: /svy/image/
|
||||
file_store: /app/uritsm_data/itsm_file_upload
|
||||
auth_server: http://localhost:11000
|
||||
api_server: http://localhost:11010
|
||||
api_search_server: http://192.168.102.204:48381 # 검색시스템 연동
|
||||
sendmail:
|
||||
id: tW9kMpd3SiAnf3RQBOZapw==
|
||||
password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8=
|
||||
port: 587
|
||||
host: smtp.gmail.com
|
||||
sendEmail: hhjj0701@gmail.com
|
||||
senderName: 나혁제
|
||||
socketFactory-class: javax.net.ssl.SSLSocketFactory
|
||||
supplier: gmail.com
|
||||
client : kordi
|
||||
# 2026.03.12 URL 권한 체크 여부
|
||||
urlAuthCheck :
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user