- gradle + spring boot
https://cyh0214.tistory.com/entry/Spring-Boot-Gradle-with-Eclipse
- gralde plug in
https://dololak.tistory.com/170
http://three--four.blogspot.kr/2015/10/eclipse-gradle-project.html
1. Eclipse에 Gradle plugin install하기
Help -> eclipse market place... -> Buildship Gradle Integration 1.0 -> Install
※Buildship Gradle Integration(eclipse공식 플러그인)
2. Eclipse Gradle project생성
Ctrl + N -> Gradle Project -> Next -> Project name입력 후 Next -> Gradle wrapper(디폴트) 선택후 Next -> Finish
※ MaxPermSize관련 에러가 발생할 경우 eclipse.ini파일에서 「--launcher.XXMaxPermSize
256m」삭제(2개소), eclipse재기동후, 프로젝트 다시 생성
'gradle' 카테고리의 다른 글
spring boot multiple project 설정 (gradle) (0) | 2019.12.30 |
---|---|
eclipse에서 gradle project import (0) | 2016.10.31 |
Gradle 시작하기 (0) | 2016.05.15 |
Gradle 설치 (0) | 2015.11.13 |
gradle로 스프링 설정 (0) | 2015.02.24 |