빌드/배포 환경 설정 및 kjb-safedb 의존성 분리
- build.gradle: nexusUrl 활성화, kjb-safedb 의존성 주석 처리 - settings.gradle: kjb-safedb include 주석 처리, eapim-admin-kjb 경로 수정 - weblogic.xml: WebLogic 배포 설정 반영 - logback-dev.xml: 개발 로그 설정 조정
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<weblogic-web-app
|
||||
xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app">
|
||||
xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app weblogic-web-app.xsd">
|
||||
|
||||
<context-root>monitoring</context-root>
|
||||
<session-descriptor>
|
||||
|
||||
Reference in New Issue
Block a user