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