init
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# db.vendor specific dialect
|
||||
# Examples
|
||||
# - H2 : org.hibernate.dialect.H2Dialect
|
||||
# - oracle10g : org.hibernate.dialect.Oracle10gDialect
|
||||
# - MySQL8 : org.hibernate.dialect.MySQL8Dialect
|
||||
# - MariaDB 10.3 : org.hibernate.dialect.MariaDB103Dialect
|
||||
hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
|
||||
|
||||
# eLink default functions
|
||||
# set System property in real system
|
||||
#inst.Name=${HOSTNAME}
|
||||
inst.Name=elinkSvr11
|
||||
eai.jdbc.Name=java:comp/env/NDAPIGW_APP_NXA
|
||||
eai.rmiport=10211
|
||||
eai.rmiserviceport=10212
|
||||
eai.systemmode=D
|
||||
# EAI FEP MCI GW ...
|
||||
eai.systemtype=API
|
||||
eai.tableowner=ndapigw
|
||||
eai.server.extractor=[0,2],[0,2],[-2]
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
# db.vendor specific dialect
|
||||
# Examples
|
||||
# - H2 : org.hibernate.dialect.H2Dialect
|
||||
# - oracle10g : org.hibernate.dialect.Oracle10gDialect
|
||||
# - MySQL8 : org.hibernate.dialect.MySQL8Dialect
|
||||
# - MariaDB 10.3 : org.hibernate.dialect.MariaDB103Dialect
|
||||
hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
|
||||
|
||||
# eLink default functions
|
||||
# set System property in real system
|
||||
#inst.Name=${HOSTNAME}
|
||||
inst.Name=elinkSvr11
|
||||
eai.jdbc.Name=APIGW_APP_NXA
|
||||
eai.rmiport=10211
|
||||
eai.rmiserviceport=10212
|
||||
eai.systemmode=D
|
||||
# EAI FEP MCI GW ...
|
||||
eai.systemtype=API
|
||||
eai.tableowner=apigw
|
||||
eai.server.extractor=[0,2],[0,2],[-2]
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
# db.vendor specific dialect
|
||||
# Examples
|
||||
# - H2 : org.hibernate.dialect.H2Dialect
|
||||
# - oracle10g : org.hibernate.dialect.Oracle10gDialect
|
||||
# - MySQL8 : org.hibernate.dialect.MySQL8Dialect
|
||||
# - MariaDB 10.3 : org.hibernate.dialect.MariaDB103Dialect
|
||||
hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
|
||||
|
||||
# eLink default functions
|
||||
# set System property in real system
|
||||
#inst.Name=${HOSTNAME}
|
||||
inst.Name=elinkSvr11
|
||||
eai.jdbc.Name=DAPIGW_APP_NXA
|
||||
eai.rmiport=10211
|
||||
eai.rmiserviceport=10212
|
||||
eai.systemmode=D
|
||||
# EAI FEP MCI GW ...
|
||||
eai.systemtype=API
|
||||
eai.tableowner=dapigw
|
||||
eai.server.extractor=[0,2],[0,2],[-2]
|
||||
@@ -0,0 +1,25 @@
|
||||
# transaction logging
|
||||
logger.async.active=true
|
||||
logger.async.pool.initonstartup=true
|
||||
logger.async.pool.intsize=8
|
||||
logger.async.pool.maxsize=10
|
||||
logger.async.queue.size=1024
|
||||
logger.async.worker.size=16
|
||||
|
||||
# cloud option
|
||||
scalable=false
|
||||
inst.Port=10210
|
||||
router.url=
|
||||
|
||||
# graceful shutdown
|
||||
shutdown.wait.secs=30
|
||||
shutdown.wait.intervalms=1000
|
||||
|
||||
# message function
|
||||
# use default options
|
||||
# async queue
|
||||
use.internal.queue=true
|
||||
# sync-async mapping
|
||||
use.internal.topic=true
|
||||
# restore mapping
|
||||
use.cache.store=true
|
||||
@@ -0,0 +1,2 @@
|
||||
#\uae30\uc874 ENV \ud56d\ubaa9 \uc678 \uae30\ud0c0 \uc2dc\uc2a4\ud15c \ud504\ub85c\ud37c\ud2f0\ub85c \uc815\uc758\uac00 \ud544\uc694\ud55c \ud544\ub4dc\ub97c \uc815\uc758
|
||||
transformer.validation=false
|
||||
Reference in New Issue
Block a user