티스토리 뷰
반응형
Springboot 책보면서 따라하다가.. (인텔리J 사용)
Gradle에 새로운 dependency를 추가하고자 build.gradle에
compile('org.springframework.boot:spring-boot-starter-thymeleaf')
compile('org.springframework.boot:spring-boot-starter-social-twitter')
라고 작성. 하지만 적용이 안된다.
build하고 compile하고 쌩쇼를 하다가 구글링.. 결국 Refresh를 하라는 답변을 발견.
근데 IntelliJ에서 그 기능을 못찾음.
그러다가 우연히 우측 하단에 Gradle 메뉴 발견!
Gradle -> 프로젝트 우클릭 -> Refresh external project로 간단하게 해결.
-끝-
반응형
'IT > 삽질로그' 카테고리의 다른 글
[삽질로그] JPA & MySQL 연동 시 Auto Reconnect 설정하기 (1) | 2017.07.31 |
---|---|
[삽질로그] Spring boot에서 실행 가능한(Executable) JAR 만들기 (0) | 2017.07.16 |
[삽질로그] Spring boot에서 다중 파일업로드 처리하기 (0) | 2017.05.14 |
[삽질로그] SpringApplicationConfiguration 과 SpringBootTest의 사용 (0) | 2017.04.28 |
[삽질로그] IntelliJ에서 properties 파일 Encoding 바꾸는 법 (0) | 2017.03.23 |