Commit e07f780f authored by 윤준영's avatar 윤준영

change readme

parent 7653152b
elink
\ No newline at end of file
......@@ -6,6 +6,8 @@
<component name="CompilerConfiguration">
<option name="DEFAULT_COMPILER" value="ajc" />
<bytecodeTargetLevel>
<module name="elink-root.BATWeb.main" target="1.8" />
<module name="elink-root.BATWeb.test" target="1.8" />
<module name="ppcb-root.BATWeb.main" target="1.8" />
<module name="ppcb-root.BATWeb.test" target="1.8" />
<module name="ppcb-root.IIMWeb.main" target="1.8" />
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/BAPWeb" vcs="Git" />
<mapping directory="$PROJECT_DIR$/BATWeb" vcs="Git" />
<mapping directory="$PROJECT_DIR$/EAISIMWeb" vcs="Git" />
<mapping directory="$PROJECT_DIR$/IIMWeb" vcs="Git" />
<mapping directory="$PROJECT_DIR$/ONLFramework" vcs="Git" />
<mapping directory="$PROJECT_DIR$/ONLRMSClient" vcs="Git" />
<mapping directory="$PROJECT_DIR$/ONLWeb" vcs="Git" />
<mapping directory="$PROJECT_DIR$/RMSWeb" vcs="Git" />
<mapping directory="$PROJECT_DIR$/SIMWeb" vcs="Git" />
</component>
</project>
\ No newline at end of file
IIMWeb @ 7d9e9ae2
Subproject commit b9ef9cd3e2863d1759487a3687418deb661aac12
Subproject commit 7d9e9ae2fcc72a23014c18ca6a315c9dd169cf85
ONLFramework @ b80cb463
Subproject commit 5bd92c50c915bc1950a02698b2621ed43d6e7600
Subproject commit b80cb4639af9d2801828df81205b206e61b7bb4a
ONLRMSClient @ 84c64963
Subproject commit eb2f2495750309a6448c8d793e28eb1f36405e2b
Subproject commit 84c64963ee070bb2287948a5e7a057bdcdb539a6
ONLWeb @ 941c4f5c
Subproject commit 121a85269b8559cbcf2c424db215794aa5cb41ee
Subproject commit 941c4f5ceb8699d18bed4f6bb831be4cb95e647d
RMSWeb @ 1d516150
Subproject commit 54c336aa46e9b54e58a3266d6df17ec4cc155188
Subproject commit 1d5161500927bae5e5bf2bead6aed4026dfadf96
# eLink 프로젝트
# eBest 투자증권 프로젝트
## 개요
* eLink 3.6 프로젝트
* 3.5 -> 3.6 변경점 : 개발/빌드 환경 개선
* eBest 투자증권 eLink 구축 프로젝트
## 개발 환경 구성
### 사전 필요 항목
......@@ -31,9 +30,9 @@ cd elink-root
# submodule sync
git submodule sync --recursive
git submodule update --init --recursive
# submodule branch change to master
git submodule foreach git checkout master
git submodule foreach git pull origin master
# submodule branch change to ebest
git submodule foreach git checkout ebest
git submodule foreach git pull origin ebest
```
### 주의사항
......
rootProject.name = 'elink-root'
include 'BATWeb'
include 'IIMWeb'
include 'ONLFramework'
include 'ONLRMSClient'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment