"Maven 프로젝트를 Gradle 프로젝트로 변경"의 두 판 사이의 차이

10번째 줄: 10번째 줄:
</source>
</source>
<source lang='doscon'>
<source lang='doscon'>
D:\workspace_sts\SpringTalk>gradle init
D:\workspace\SpringTalk>gradle init
:wrapper
:wrapper
:init
:init

2016년 10월 7일 (금) 18:47 판

Maven 프로젝트를 Gradle 프로젝트로 변환

1 사전 작업

2 gradle init

D:\workspace\SpringTalk>dir | findstr xml
2016-10-07  오후 01:28             2,302 pom.xml
D:\workspace\SpringTalk>gradle init
:wrapper
:init
Maven to Gradle conversion is an incubating feature.

BUILD SUCCESSFUL

Total time: 4.651 secs

3 이클립스(STS) refresh

  • Package Explorer --- 프로젝트명 우클릭 --- Refresh
gradle 폴더, build.gradle, gradlew, gradlew.bat, settings.gradle 파일 생성된 것을 확인

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}