🗃️ application.xml 수정
This commit is contained in:
부모
090f009529
커밋
1c491de9e2
@ -4,7 +4,7 @@ spring:
|
|||||||
|
|
||||||
# PostgreSQL Database Configuration
|
# PostgreSQL Database Configuration
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:postgresql://211.208.115.83:5432/snpdb?currentSchema=snp_data,public
|
url: jdbc:postgresql://211.208.115.83:5432/snpdb
|
||||||
username: snp
|
username: snp
|
||||||
password: snp#8932
|
password: snp#8932
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
@ -49,13 +49,14 @@ spring:
|
|||||||
org.quartz.threadPool.threadCount: 10
|
org.quartz.threadPool.threadCount: 10
|
||||||
org.quartz.jobStore.class: org.quartz.impl.jdbcjobstore.JobStoreTX
|
org.quartz.jobStore.class: org.quartz.impl.jdbcjobstore.JobStoreTX
|
||||||
org.quartz.jobStore.driverDelegateClass: org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
|
org.quartz.jobStore.driverDelegateClass: org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
|
||||||
org.quartz.jobStore.tablePrefix: QRTZ_
|
org.quartz.jobStore.tablePrefix: snp_data.QRTZ_
|
||||||
org.quartz.jobStore.isClustered: false
|
org.quartz.jobStore.isClustered: false
|
||||||
org.quartz.jobStore.misfireThreshold: 60000
|
org.quartz.jobStore.misfireThreshold: 60000
|
||||||
|
|
||||||
# Server Configuration
|
# Server Configuration
|
||||||
server:
|
server:
|
||||||
port: 8041
|
port: 8081
|
||||||
|
# port: 8041
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /snp-api
|
context-path: /snp-api
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ spring:
|
|||||||
|
|
||||||
# PostgreSQL Database Configuration
|
# PostgreSQL Database Configuration
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:postgresql://10.187.58.58:5432/mdadb?currentSchema=snp_data,public
|
url: jdbc:postgresql://10.187.58.58:5432/mdadb
|
||||||
username: mda
|
username: mda
|
||||||
password: mda#8932
|
password: mda#8932
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
@ -55,7 +55,8 @@ spring:
|
|||||||
|
|
||||||
# Server Configuration
|
# Server Configuration
|
||||||
server:
|
server:
|
||||||
port: 8041
|
port: 9000
|
||||||
|
# port: 8041
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /snp-api
|
context-path: /snp-api
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ spring:
|
|||||||
|
|
||||||
# PostgreSQL Database Configuration
|
# PostgreSQL Database Configuration
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:postgresql://211.208.115.83:5432/snpdb?currentSchema=snp_data,public
|
url: jdbc:postgresql://211.208.115.83:5432/snpdb
|
||||||
username: snp
|
username: snp
|
||||||
password: snp#8932
|
password: snp#8932
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
@ -49,7 +49,7 @@ spring:
|
|||||||
org.quartz.threadPool.threadCount: 10
|
org.quartz.threadPool.threadCount: 10
|
||||||
org.quartz.jobStore.class: org.quartz.impl.jdbcjobstore.JobStoreTX
|
org.quartz.jobStore.class: org.quartz.impl.jdbcjobstore.JobStoreTX
|
||||||
org.quartz.jobStore.driverDelegateClass: org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
|
org.quartz.jobStore.driverDelegateClass: org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
|
||||||
org.quartz.jobStore.tablePrefix: QRTZ_
|
org.quartz.jobStore.tablePrefix: snp_data.QRTZ_
|
||||||
org.quartz.jobStore.isClustered: false
|
org.quartz.jobStore.isClustered: false
|
||||||
org.quartz.jobStore.misfireThreshold: 60000
|
org.quartz.jobStore.misfireThreshold: 60000
|
||||||
|
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user