🗃️ application.xml 수정

This commit is contained in:
hyojin kim 2025-12-12 15:34:02 +09:00
부모 090f009529
커밋 1c491de9e2
3개의 변경된 파일9개의 추가작업 그리고 7개의 파일을 삭제

파일 보기

@ -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