헌법재판소,문화원연합회,성신여대,생물자원관 설치 반영
This commit is contained in:
parent
65bd3cb8a9
commit
f9431842e7
@ -94,6 +94,34 @@ public class urpBaseBatchApplication
|
||||
System.out.println("############# kordi Env ########################");
|
||||
System.out.println("################################################");
|
||||
}
|
||||
// 2026.04.21 나혁제 헌법재판소 추가
|
||||
else if(activeProfile.equals("ccourt"))
|
||||
{
|
||||
System.out.println("################################################");
|
||||
System.out.println("############# ccourt Env #######################");
|
||||
System.out.println("################################################");
|
||||
}
|
||||
// 2026.04.27 나혁제 문화원연합회 추가
|
||||
else if(activeProfile.equals("kccf"))
|
||||
{
|
||||
System.out.println("################################################");
|
||||
System.out.println("############# kccf Env #########################");
|
||||
System.out.println("################################################");
|
||||
}
|
||||
// 2026.04.28 나혁제 국립생물자원관 추가
|
||||
else if(activeProfile.equals("nibr"))
|
||||
{
|
||||
System.out.println("################################################");
|
||||
System.out.println("############# nibr Env #########################");
|
||||
System.out.println("################################################");
|
||||
}
|
||||
// 2026.04.28 나혁제 성신여대 추가
|
||||
else if(activeProfile.equals("sungshin"))
|
||||
{
|
||||
System.out.println("################################################");
|
||||
System.out.println("############# sungshin Env #####################");
|
||||
System.out.println("################################################");
|
||||
}
|
||||
else
|
||||
{
|
||||
System.out.println("################################################");
|
||||
|
||||
81
src/main/resources/application-ccourt.yml
Normal file
81
src/main/resources/application-ccourt.yml
Normal file
@ -0,0 +1,81 @@
|
||||
# 헌법재판소 설정
|
||||
# Service port
|
||||
server:
|
||||
port: 11030
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://10.38.101.101: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
|
||||
|
||||
# kicinsadb db information
|
||||
kicinsadb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:oracle:thin:@192.168.8.132:1521:XE
|
||||
username: Lp1nYnFre15DjG/Y36UNWA== ## TEST01
|
||||
password: E4SOtjDqqO79BQERc/eaTw== ## 123456
|
||||
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.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.connection: false
|
||||
|
||||
# 개발중
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.resultsettable: info
|
||||
# 운영중
|
||||
# logging.level.jdbc.sqlonly: false
|
||||
# logging.level.jdbc.resultsettable: 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
|
||||
sendkakaoTalk:
|
||||
serviceId: ncp:kkobizmsg:kr:349487487272:uritms
|
||||
accessKey: ncp_iam_BPAMKR4Le2ali6vfRCsG
|
||||
secretKey: ncp_iam_BPKMKRIOXMe91u5YQoPjmk5WZ2A1FNEcoR
|
||||
friendId: 유알피-uritsm
|
||||
api_search_server: http://10.38.101.101:48381 # 개발
|
||||
# kicc 메일서버
|
||||
api_kic_mail_server : http://localhost:9002
|
||||
# kicc 메신저 서버
|
||||
api_kic_msg_server : http://localhost:9002
|
||||
api_kic_msg_key : testKey
|
||||
client :
|
||||
|
||||
81
src/main/resources/application-kccf.yml
Normal file
81
src/main/resources/application-kccf.yml
Normal file
@ -0,0 +1,81 @@
|
||||
# 문화원연합회 설정
|
||||
# Service port
|
||||
server:
|
||||
port: 11030
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://10.10.10.167: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
|
||||
|
||||
# kicinsadb db information
|
||||
kicinsadb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:oracle:thin:@192.168.8.132:1521:XE
|
||||
username: Lp1nYnFre15DjG/Y36UNWA== ## TEST01
|
||||
password: E4SOtjDqqO79BQERc/eaTw== ## 123456
|
||||
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.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.connection: false
|
||||
|
||||
# 개발중
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.resultsettable: info
|
||||
# 운영중
|
||||
# logging.level.jdbc.sqlonly: false
|
||||
# logging.level.jdbc.resultsettable: 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
|
||||
sendkakaoTalk:
|
||||
serviceId: ncp:kkobizmsg:kr:349487487272:uritms
|
||||
accessKey: ncp_iam_BPAMKR4Le2ali6vfRCsG
|
||||
secretKey: ncp_iam_BPKMKRIOXMe91u5YQoPjmk5WZ2A1FNEcoR
|
||||
friendId: 유알피-uritsm
|
||||
api_search_server: http://10.10.10.167:48381 # 개발
|
||||
# kicc 메일서버
|
||||
api_kic_mail_server : http://localhost:9002
|
||||
# kicc 메신저 서버
|
||||
api_kic_msg_server : http://localhost:9002
|
||||
api_kic_msg_key : testKey
|
||||
client :
|
||||
|
||||
81
src/main/resources/application-nibr.yml
Normal file
81
src/main/resources/application-nibr.yml
Normal file
@ -0,0 +1,81 @@
|
||||
# 국립생물자원관 설정
|
||||
# Service port
|
||||
server:
|
||||
port: 11030
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://10.101.130.249:43306/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
|
||||
|
||||
# kicinsadb db information
|
||||
kicinsadb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:oracle:thin:@192.168.8.132:1521:XE
|
||||
username: Lp1nYnFre15DjG/Y36UNWA== ## TEST01
|
||||
password: E4SOtjDqqO79BQERc/eaTw== ## 123456
|
||||
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.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.connection: false
|
||||
|
||||
# 개발중
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.resultsettable: info
|
||||
# 운영중
|
||||
# logging.level.jdbc.sqlonly: false
|
||||
# logging.level.jdbc.resultsettable: 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
|
||||
sendkakaoTalk:
|
||||
serviceId: ncp:kkobizmsg:kr:349487487272:uritms
|
||||
accessKey: ncp_iam_BPAMKR4Le2ali6vfRCsG
|
||||
secretKey: ncp_iam_BPKMKRIOXMe91u5YQoPjmk5WZ2A1FNEcoR
|
||||
friendId: 유알피-uritsm
|
||||
api_search_server: http://10.101.130.249:48381 # 개발
|
||||
# kicc 메일서버
|
||||
api_kic_mail_server : http://localhost:9002
|
||||
# kicc 메신저 서버
|
||||
api_kic_msg_server : http://localhost:9002
|
||||
api_kic_msg_key : testKey
|
||||
client :
|
||||
|
||||
81
src/main/resources/application-sungshin.yml
Normal file
81
src/main/resources/application-sungshin.yml
Normal file
@ -0,0 +1,81 @@
|
||||
# 헌법재판소 설정
|
||||
# Service port
|
||||
server:
|
||||
port: 11030
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://172.16.25.167: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
|
||||
|
||||
# kicinsadb db information
|
||||
kicinsadb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:oracle:thin:@192.168.8.132:1521:XE
|
||||
username: Lp1nYnFre15DjG/Y36UNWA== ## TEST01
|
||||
password: E4SOtjDqqO79BQERc/eaTw== ## 123456
|
||||
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.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.connection: false
|
||||
|
||||
# 개발중
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.resultsettable: info
|
||||
# 운영중
|
||||
# logging.level.jdbc.sqlonly: false
|
||||
# logging.level.jdbc.resultsettable: 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
|
||||
sendkakaoTalk:
|
||||
serviceId: ncp:kkobizmsg:kr:349487487272:uritms
|
||||
accessKey: ncp_iam_BPAMKR4Le2ali6vfRCsG
|
||||
secretKey: ncp_iam_BPKMKRIOXMe91u5YQoPjmk5WZ2A1FNEcoR
|
||||
friendId: 유알피-uritsm
|
||||
api_search_server: http://172.16.25.167:48381 # 개발
|
||||
# kicc 메일서버
|
||||
api_kic_mail_server : http://localhost:9002
|
||||
# kicc 메신저 서버
|
||||
api_kic_msg_server : http://localhost:9002
|
||||
api_kic_msg_key : testKey
|
||||
client :
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://192.168.8.131:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://192.168.8.140:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
username: g9IwFesTyIloXVpUnfOX0g==
|
||||
password: E4SOtjDqqO79BQERc/eaTw==
|
||||
maximumPoolSize: 35
|
||||
@ -58,5 +58,11 @@
|
||||
secretKey: ncp_iam_BPKMKRIOXMe91u5YQoPjmk5WZ2A1FNEcoR
|
||||
friendId: 유알피-uritsm
|
||||
# api_search_server: http://109.26.11.21:48381
|
||||
api_search_server: http://192.168.8.138:48381
|
||||
api_search_server: http://192.168.8.140:48381
|
||||
# kicc 메일서버
|
||||
api_kic_mail_server : http://localhost:9002
|
||||
# kicc 메신저 서버
|
||||
api_kic_msg_server : http://localhost:9002
|
||||
api_kic_msg_key : testKey
|
||||
client :
|
||||
|
||||
25
src/main/resources/quartz-ccourt.properties
Normal file
25
src/main/resources/quartz-ccourt.properties
Normal file
@ -0,0 +1,25 @@
|
||||
# \ud5cc\ubc95\uc7ac\ud310\uc18c
|
||||
|
||||
org.quartz.scheduler.instanceName=pooney
|
||||
org.quartz.scheduler.instanceId=AUTO
|
||||
org.quartz.scheduler.rmi.export=false
|
||||
org.quartz.scheduler.rmi.proxy=false
|
||||
org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
|
||||
org.quartz.threadPool.threadCount=3
|
||||
org.quartz.context.key.QuartzTopic=QuartzPorperties
|
||||
org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX
|
||||
org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
||||
org.quartz.jobStore.tablePrefix=QRTZ_
|
||||
org.quartz.jobStore.isClustered=true
|
||||
org.quartz.jobStore.clusterCheckinInterval=300000
|
||||
|
||||
# \uae30\ubcf8\uac12: 15000 (15\ucd08), \ubcc0\uacbd\uac12: 120000 (2\ubd84)
|
||||
|
||||
org.quartz.jobStore.dataSource = primarydb
|
||||
org.quartz.jobStore.dataSource = pooney
|
||||
org.quartz.dataSource.pooney.provider=hikaricp
|
||||
org.quartz.dataSource.pooney.driver = net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
org.quartz.dataSource.pooney.URL = jdbc:log4jdbc:mariadb://10.38.101.101:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
org.quartz.dataSource.pooney.user = g9IwFesTyIloXVpUnfOX0g==
|
||||
org.quartz.dataSource.pooney.password = E4SOtjDqqO79BQERc/eaTw==
|
||||
org.quartz.dataSource.pooney.maxConnections = 30
|
||||
25
src/main/resources/quartz-kccf.properties
Normal file
25
src/main/resources/quartz-kccf.properties
Normal file
@ -0,0 +1,25 @@
|
||||
# \ud5cc\ubc95\uc7ac\ud310\uc18c
|
||||
|
||||
org.quartz.scheduler.instanceName=pooney
|
||||
org.quartz.scheduler.instanceId=AUTO
|
||||
org.quartz.scheduler.rmi.export=false
|
||||
org.quartz.scheduler.rmi.proxy=false
|
||||
org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
|
||||
org.quartz.threadPool.threadCount=3
|
||||
org.quartz.context.key.QuartzTopic=QuartzPorperties
|
||||
org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX
|
||||
org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
||||
org.quartz.jobStore.tablePrefix=QRTZ_
|
||||
org.quartz.jobStore.isClustered=true
|
||||
org.quartz.jobStore.clusterCheckinInterval=300000
|
||||
|
||||
# \uae30\ubcf8\uac12: 15000 (15\ucd08), \ubcc0\uacbd\uac12: 120000 (2\ubd84)
|
||||
|
||||
org.quartz.jobStore.dataSource = primarydb
|
||||
org.quartz.jobStore.dataSource = pooney
|
||||
org.quartz.dataSource.pooney.provider=hikaricp
|
||||
org.quartz.dataSource.pooney.driver = net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
org.quartz.dataSource.pooney.URL = jdbc:log4jdbc:mariadb://10.10.10.167:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
org.quartz.dataSource.pooney.user = g9IwFesTyIloXVpUnfOX0g==
|
||||
org.quartz.dataSource.pooney.password = E4SOtjDqqO79BQERc/eaTw==
|
||||
org.quartz.dataSource.pooney.maxConnections = 30
|
||||
25
src/main/resources/quartz-nibr.properties
Normal file
25
src/main/resources/quartz-nibr.properties
Normal file
@ -0,0 +1,25 @@
|
||||
# \ud5cc\ubc95\uc7ac\ud310\uc18c
|
||||
|
||||
org.quartz.scheduler.instanceName=pooney
|
||||
org.quartz.scheduler.instanceId=AUTO
|
||||
org.quartz.scheduler.rmi.export=false
|
||||
org.quartz.scheduler.rmi.proxy=false
|
||||
org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
|
||||
org.quartz.threadPool.threadCount=3
|
||||
org.quartz.context.key.QuartzTopic=QuartzPorperties
|
||||
org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX
|
||||
org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
||||
org.quartz.jobStore.tablePrefix=QRTZ_
|
||||
org.quartz.jobStore.isClustered=true
|
||||
org.quartz.jobStore.clusterCheckinInterval=300000
|
||||
|
||||
# \uae30\ubcf8\uac12: 15000 (15\ucd08), \ubcc0\uacbd\uac12: 120000 (2\ubd84)
|
||||
|
||||
org.quartz.jobStore.dataSource = primarydb
|
||||
org.quartz.jobStore.dataSource = pooney
|
||||
org.quartz.dataSource.pooney.provider=hikaricp
|
||||
org.quartz.dataSource.pooney.driver = net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
org.quartz.dataSource.pooney.URL = jdbc:log4jdbc:mariadb://10.101.130.249:43306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
org.quartz.dataSource.pooney.user = g9IwFesTyIloXVpUnfOX0g==
|
||||
org.quartz.dataSource.pooney.password = E4SOtjDqqO79BQERc/eaTw==
|
||||
org.quartz.dataSource.pooney.maxConnections = 30
|
||||
25
src/main/resources/quartz-sungshin.properties
Normal file
25
src/main/resources/quartz-sungshin.properties
Normal file
@ -0,0 +1,25 @@
|
||||
# \ud5cc\ubc95\uc7ac\ud310\uc18c
|
||||
|
||||
org.quartz.scheduler.instanceName=pooney
|
||||
org.quartz.scheduler.instanceId=AUTO
|
||||
org.quartz.scheduler.rmi.export=false
|
||||
org.quartz.scheduler.rmi.proxy=false
|
||||
org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
|
||||
org.quartz.threadPool.threadCount=3
|
||||
org.quartz.context.key.QuartzTopic=QuartzPorperties
|
||||
org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX
|
||||
org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
||||
org.quartz.jobStore.tablePrefix=QRTZ_
|
||||
org.quartz.jobStore.isClustered=true
|
||||
org.quartz.jobStore.clusterCheckinInterval=300000
|
||||
|
||||
# \uae30\ubcf8\uac12: 15000 (15\ucd08), \ubcc0\uacbd\uac12: 120000 (2\ubd84)
|
||||
|
||||
org.quartz.jobStore.dataSource = primarydb
|
||||
org.quartz.jobStore.dataSource = pooney
|
||||
org.quartz.dataSource.pooney.provider=hikaricp
|
||||
org.quartz.dataSource.pooney.driver = net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
org.quartz.dataSource.pooney.URL = jdbc:log4jdbc:mariadb://172.16.25.167:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
org.quartz.dataSource.pooney.user = g9IwFesTyIloXVpUnfOX0g==
|
||||
org.quartz.dataSource.pooney.password = E4SOtjDqqO79BQERc/eaTw==
|
||||
org.quartz.dataSource.pooney.maxConnections = 30
|
||||
23
src/main/resources/quartz-wmware.properties
Normal file
23
src/main/resources/quartz-wmware.properties
Normal file
@ -0,0 +1,23 @@
|
||||
org.quartz.scheduler.instanceName=pooney
|
||||
org.quartz.scheduler.instanceId=AUTO
|
||||
org.quartz.scheduler.rmi.export=false
|
||||
org.quartz.scheduler.rmi.proxy=false
|
||||
org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
|
||||
org.quartz.threadPool.threadCount=3
|
||||
org.quartz.context.key.QuartzTopic=QuartzPorperties
|
||||
org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX
|
||||
org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
||||
org.quartz.jobStore.tablePrefix=QRTZ_
|
||||
org.quartz.jobStore.isClustered=true
|
||||
org.quartz.jobStore.clusterCheckinInterval=300000
|
||||
|
||||
# \uae30\ubcf8\uac12: 15000 (15\ucd08), \ubcc0\uacbd\uac12: 120000 (2\ubd84)
|
||||
|
||||
org.quartz.jobStore.dataSource = primarydb
|
||||
org.quartz.jobStore.dataSource = pooney
|
||||
org.quartz.dataSource.pooney.provider=hikaricp
|
||||
org.quartz.dataSource.pooney.driver = net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
org.quartz.dataSource.pooney.URL = jdbc:log4jdbc:mariadb://192.168.8.140:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
org.quartz.dataSource.pooney.user = g9IwFesTyIloXVpUnfOX0g==
|
||||
org.quartz.dataSource.pooney.password = E4SOtjDqqO79BQERc/eaTw==
|
||||
org.quartz.dataSource.pooney.maxConnections = 30
|
||||
Loading…
Reference in New Issue
Block a user