- KJB-SafeDB 잔여 설정 제거
- Atomikos 경로 및 로깅 경로 수정
This commit is contained in:
+1
-5
@@ -4,8 +4,4 @@ include 'elink-online-core-jpa'
|
||||
include 'elink-portal-common'
|
||||
|
||||
project (':elink-online-core-jpa').projectDir = new File(settingsDir, "../eapim-online/elink-online-core-jpa")
|
||||
project (':elink-portal-common').projectDir = new File(settingsDir, "../elink-portal-common")
|
||||
|
||||
|
||||
//include 'kjb-safedb'
|
||||
//project (':kjb-safedb').projectDir = new File(settingsDir, "../kjb-safedb")
|
||||
project (':elink-portal-common').projectDir = new File(settingsDir, "../elink-portal-common")
|
||||
@@ -38,7 +38,7 @@ spring:
|
||||
enabled: true
|
||||
atomikos:
|
||||
properties:
|
||||
log-base-dir: /Log/eapim/portal
|
||||
log-base-dir: /logs/atomikos
|
||||
log-base-name: adp_tx
|
||||
|
||||
thymeleaf:
|
||||
@@ -82,7 +82,7 @@ portal:
|
||||
allowed-extensions: pdf,doc,docx,xls,xlsx,ppt,pptx,hwp,gif,jpg,jpeg,png
|
||||
|
||||
logging:
|
||||
log-path: /Log/App/eapim/
|
||||
log-path: /logs
|
||||
|
||||
auth-ttl: 300
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user