'spring-boot'에 해당되는 글 1건

  1. 2015.09.16 intellij IDEA + spring boot

intellij IDEA + spring boot

Mac 2015. 9. 16. 08:49




<IntelliJ 단축키>  Ref  REF2


⌘N : new class - gradle에서도  new사용가능

⌘E : recent files  (Ctrl+Tab:switch보다 좀 많이 나옴)

⌘1 : 



Home/End (에디터 앞으로/뒤로) : fn⌘left  or right

Page up/down  : fn⌘up ,  down

탭간 이동: ^Tab


Class Def : ⌘B

자동import: Alt + Enter

  => 참고로 Lombok의 @Data를 쓰려면 3가지 작업이 필요.

  1. (Preference세팅) 의 plugins에서 Lombok plugin설치

  2.(Preference세팅)  compiler->annotation processor에서 Enable Annotation Processor선택

  3. gradle Dependency추가:    compileOnly('org.projectlombok:lombok'



이전커서위치: ⌘+⌥(alt) + left/right

한줄삭제 : ⌘ + back


북마크:  +F3    조회:  +F3.  조회한 후 왼쪽창 더블클릭으로 이동가능   ( 1~9,알파벳 북마크 가능..   )
       

spring-boot는

intelliJ에서 아주 쉽게 프로젝트가 생성된다.


REF-SITE: (boot+intelliJ)


REF_SITE: (boot설명)



<Spring Boot>

getting startetd:   http://docs.spring.io/autorepo/docs/spring-boot/current/reference/html/getting-started.html


Test:   http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-testing.html 



Posted by yongary
,