Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
H
HD
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
장한나
HD
Commits
d63169e3
Commit
d63169e3
authored
Aug 20, 2020
by
윤준영
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrapper 사용하는 내용으로 수정
parent
791d2e3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
readme.md
readme.md
+6
-5
No files found.
readme.md
View file @
d63169e3
...
@@ -8,9 +8,10 @@
...
@@ -8,9 +8,10 @@
*
jdk
*
jdk
*
eclipse IDE 사용 시 gradle plugin 설치되어있어야 함(intellij 권장)
*
eclipse IDE 사용 시 gradle plugin 설치되어있어야 함(intellij 권장)
*
git 접속 계정(관리자에게 요청)
*
git 접속 계정(관리자에게 요청)
*
gradle 5.X
(중요
)
*
gradle 5.X
(미설치 시 wrapper 사용
)
*
aspectj 플러그인이 5.X에서 동작
*
aspectj 플러그인이 5.X에서 동작
*
wrapper를 사용 할 경우에도 5.X 사용 필요
*
wrapper 사용 할 경우에도 5.X 사용 필요
*
아래 명령여 예제는 모두 wrapper 사용을 기준으로 한다.
### 프로젝트 Clone 및 submodule Sync
### 프로젝트 Clone 및 submodule Sync
```
shell
```
shell
...
@@ -30,7 +31,7 @@ git submodule foreach git pull origin master
...
@@ -30,7 +31,7 @@ git submodule foreach git pull origin master
*
개별 프로젝트에서 수행 시 개별 프로젝트 빌드.
*
개별 프로젝트에서 수행 시 개별 프로젝트 빌드.
*
IDE를 사용시 각 IDE 플러그인에서 빌드 한다.
*
IDE를 사용시 각 IDE 플러그인에서 빌드 한다.
```
shell
```
shell
gradle build
gradle
w
build
```
```
### appRun
### appRun
...
@@ -40,12 +41,12 @@ gradle build
...
@@ -40,12 +41,12 @@ gradle build
*
IIMWeb Run
*
IIMWeb Run
```
shell
```
shell
cd
IIMWeb
cd
IIMWeb
gradle appRun
gradle
w
appRun
```
```
*
RMSWeb Run
*
RMSWeb Run
```
shell
```
shell
cd
RMSMWeb
cd
RMSMWeb
gradle appRun
gradle
w
appRun
```
```
### 참고1. add submodule
### 참고1. add submodule
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment