노원구청, 양평군청 추가에 따른 AP 보완처리
This commit is contained in:
parent
c92583750b
commit
00b24a98fc
@ -78,6 +78,20 @@ public class urpBaseResourceApplication
|
||||
System.out.println("############# kintex_prod Env ##################");
|
||||
System.out.println("################################################");
|
||||
}
|
||||
// 2026.01.28 나혁제 노원구청 추가
|
||||
else if(activeProfile.equals("nowon"))
|
||||
{
|
||||
System.out.println("################################################");
|
||||
System.out.println("############# nowon Env ########################");
|
||||
System.out.println("################################################");
|
||||
}
|
||||
// 2026.02.26 나혁제 양평군청 추가
|
||||
else if(activeProfile.equals("yp21"))
|
||||
{
|
||||
System.out.println("################################################");
|
||||
System.out.println("############# yp21 Env #########################");
|
||||
System.out.println("################################################");
|
||||
}
|
||||
else
|
||||
{
|
||||
System.out.println("################################################");
|
||||
|
||||
@ -56,7 +56,7 @@ public class CodeAssetCateController
|
||||
) throws Exception
|
||||
{
|
||||
log.info("\n\n\n\n\n");
|
||||
log.info(">>>>>>>>>>>>>>>>>>>>>>>>> /sys/AuthorGroupList.do <<<<<<<<<<<<<<<<<<<<<<<<<");
|
||||
log.info(">>>>>>>>>>>>>>>>>>>>>>>>> /rem/getCate1List.do <<<<<<<<<<<<<<<<<<<<<<<<<");
|
||||
log.info("getRequestURI [{}]", request.getRequestURI() );
|
||||
log.info("입력값 확인 requestMap [{}]", requestMap.toString() );
|
||||
|
||||
@ -66,7 +66,7 @@ public class CodeAssetCateController
|
||||
|
||||
resBody.put("resultCate1", resultCate1);
|
||||
|
||||
log.info("<<<<<<<<<<<<<<<<<<<<<<<<< /sys/AuthorGroupList.do >>>>>>>>>>>>>>>>>>>>>>>>>");
|
||||
log.info("<<<<<<<<<<<<<<<<<<<<<<<<< /rem/getCate1List.do >>>>>>>>>>>>>>>>>>>>>>>>>");
|
||||
|
||||
return ResultData.ok(resBody);
|
||||
}
|
||||
|
||||
61
src/main/resources/application-nowon.yml
Normal file
61
src/main/resources/application-nowon.yml
Normal file
@ -0,0 +1,61 @@
|
||||
# Service port
|
||||
server:
|
||||
port: 11010
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
# 인증서버에서 JWT 보안키 확인
|
||||
security:
|
||||
oauth2:
|
||||
resourceserver:
|
||||
jwt:
|
||||
jwk-set-uri:
|
||||
http://localhost:11000/oauth/token_key
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://98.11.2.93:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
username: g9IwFesTyIloXVpUnfOX0g==
|
||||
password: E4SOtjDqqO79BQERc/eaTw==
|
||||
maximumPoolSize: 35
|
||||
minimumIdle: 2
|
||||
connectionTimeout: 3000
|
||||
idleTimeout: 300000
|
||||
testOnBorrow: true
|
||||
validationQuery: SELECT 1
|
||||
|
||||
# SQL Log 관련 setting
|
||||
log4jdbc:
|
||||
spylogdelegator:
|
||||
name: net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
|
||||
dump:
|
||||
sql:
|
||||
maxlinelength: 0
|
||||
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.resultsettable: info
|
||||
logging.level.jdbc.connection: false
|
||||
|
||||
# custom 설정
|
||||
custom:
|
||||
api_server : null
|
||||
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
|
||||
front_host_info : http://localhost:11020
|
||||
client :
|
||||
|
||||
|
||||
61
src/main/resources/application-yp21.yml
Normal file
61
src/main/resources/application-yp21.yml
Normal file
@ -0,0 +1,61 @@
|
||||
# Service port
|
||||
server:
|
||||
port: 11010
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
# 인증서버에서 JWT 보안키 확인
|
||||
security:
|
||||
oauth2:
|
||||
resourceserver:
|
||||
jwt:
|
||||
jwk-set-uri:
|
||||
http://localhost:11000/oauth/token_key
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://105.29.2.26:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
username: g9IwFesTyIloXVpUnfOX0g==
|
||||
password: E4SOtjDqqO79BQERc/eaTw==
|
||||
maximumPoolSize: 35
|
||||
minimumIdle: 2
|
||||
connectionTimeout: 3000
|
||||
idleTimeout: 300000
|
||||
testOnBorrow: true
|
||||
validationQuery: SELECT 1
|
||||
|
||||
# SQL Log 관련 setting
|
||||
log4jdbc:
|
||||
spylogdelegator:
|
||||
name: net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
|
||||
dump:
|
||||
sql:
|
||||
maxlinelength: 0
|
||||
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.resultsettable: info
|
||||
logging.level.jdbc.connection: false
|
||||
|
||||
# custom 설정
|
||||
custom:
|
||||
api_server : null
|
||||
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
|
||||
front_host_info : http://localhost:11020
|
||||
client :
|
||||
|
||||
|
||||
@ -38,8 +38,9 @@
|
||||
, GRP_ID
|
||||
, 'USR03' MEM_TYCD
|
||||
, ESNTL_ID
|
||||
FROM TB_TASK_USER_INFO ) A LEFT OUTER JOIN TB_USER_CRYP_CNF B
|
||||
ON A.ESNTL_ID = B.CRYP_CNF_TRG_ID
|
||||
FROM TB_TASK_USER_INFO
|
||||
WHERE LIST_INQ_YN IS NULL OR LIST_INQ_YN != 'Y' ) A
|
||||
LEFT OUTER JOIN TB_USER_CRYP_CNF B ON A.ESNTL_ID = B.CRYP_CNF_TRG_ID
|
||||
WHERE 1 = 1
|
||||
<if test="searchKeyword != null and searchKeyword != ''">
|
||||
<if test="searchCondition == 1">AND
|
||||
|
||||
@ -22,6 +22,8 @@
|
||||
FROM TB_ORG_INFO A,
|
||||
TB_TASK_USER_INFO B
|
||||
WHERE A.ORG_ID = B.ORG_ID
|
||||
AND ( B.LIST_INQ_YN IS NULL
|
||||
OR B.LIST_INQ_YN != 'Y' )
|
||||
AND A.ORG_ID = #{deptCode}) A LEFT OUTER JOIN TB_USER_CRYP_CNF B
|
||||
ON A.ESNTL_ID = B.CRYP_CNF_TRG_ID
|
||||
WHERE 1 = 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user