feat: batch https 적용

profile fix
dev
gitea-관리자 1 year ago
parent f7810a69a1
commit f50c492b7a

@ -1,5 +1,5 @@
#-----------------------------------------------------------------------
# local 설정
# prod 설정
#-----------------------------------------------------------------------
spring:
datasource:

@ -64,7 +64,7 @@ spring:
datasource:
#type: com.zaxxer.hikari.HikariDataSource
hikari:
maria:
primary:
pool-name: xit-maria-pool
auto-commit: false
# 인프라의 적용된 connection time limit보다 작아야함
@ -75,16 +75,16 @@ spring:
data-source-properties:
rewriteBatchedStatements: true
oracle:
pool-name: xit-oracle-pool
auto-commit: false
# 인프라의 적용된 connection time limit보다 작아야함
max-lifetime: 1800000
maximum-pool-size: 15
minimum-idle: 5
# transaction-isolation: TRANSACTION_READ_UNCOMMITTED
data-source-properties:
rewriteBatchedStatements: true
# secondary:
# pool-name: xit-oracle-pool
# auto-commit: false
# # 인프라의 적용된 connection time limit보다 작아야함
# max-lifetime: 1800000
# maximum-pool-size: 15
# minimum-idle: 5
## transaction-isolation: TRANSACTION_READ_UNCOMMITTED
# data-source-properties:
# rewriteBatchedStatements: true
logging:
level:

@ -1,6 +1,9 @@
#-----------------------------------------------------------------------
# local 설정
# dev 설정
#-----------------------------------------------------------------------
server:
port: 9443
http: 8082
spring:
datasource:
# =============== p6spy ===============================

@ -1,6 +1,9 @@
#-----------------------------------------------------------------------
# local 설정
#-----------------------------------------------------------------------
server:
port: 9443
http: 8082
spring:
datasource:
# =============== p6spy ===============================

@ -1,6 +1,9 @@
#-----------------------------------------------------------------------
# local 설정
# prod 설정
#-----------------------------------------------------------------------
server:
port: 9443
http: 8082
spring:
datasource:
#username: root

@ -43,6 +43,7 @@ spring:
# core의 application-common.yml과 application-auth.yml include
include:
- https
- common
- auth
- app
@ -63,7 +64,7 @@ spring:
datasource:
#type: com.zaxxer.hikari.HikariDataSource
hikari:
maria:
primary:
pool-name: xit-maria-pool
auto-commit: false
# 인프라의 적용된 connection time limit보다 작아야함
@ -74,16 +75,16 @@ spring:
data-source-properties:
rewriteBatchedStatements: true
oracle:
pool-name: xit-oracle-pool
auto-commit: false
# 인프라의 적용된 connection time limit보다 작아야함
max-lifetime: 1800000
maximum-pool-size: 10
minimum-idle: 5
# transaction-isolation: TRANSACTION_READ_UNCOMMITTED
data-source-properties:
rewriteBatchedStatements: true
# secondary:
# pool-name: xit-oracle-pool
# auto-commit: false
# # 인프라의 적용된 connection time limit보다 작아야함
# max-lifetime: 1800000
# maximum-pool-size: 10
# minimum-idle: 5
## transaction-isolation: TRANSACTION_READ_UNCOMMITTED
# data-source-properties:
# rewriteBatchedStatements: true
logging:
level:

Loading…
Cancel
Save