강의

멘토링

커뮤니티

Inflearn Community Q&A

dls102s9895's profile image
dls102s9895

asked

Spring for Beginners - Learn Spring Boot, Web MVC, and DB Access Technology with Code

Create Project

Intellij 파일 빨갛게

Written on

·

9.8K

0

jdk 11 version 다운받고 IntelliJ Ultimate 버전 다운로드 받아서 실행했습니다.

실행은 정상적으로 되는데 빨갛게 색상이 들어오네요

인터넷에 쳐보니 파일 충돌?? 비슷한건데 이걸 해결하는 방법이 있을까요?

warn 으로 다음의 메세지가 뜨는게 이거랑 관계가 있을까요?

Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)

spring-bootspringMVCjava

Answer 2

7

yh님의 프로필 이미지
yh
Instructor

안녕하세요. Tae In Kim님

빨간색이어도 정상 실행되면 문제 없습니다.

혹시 GIT 같은 것을 초기화하고, git add . 를 하지 않으면 이렇게 빨간색일 수 있습니다.

감사합니다.

2

Tae In Kim님의 프로필 이미지
Tae In Kim
Questioner

아하아하!! git문제였군요 감사합니다.

dls102s9895's profile image
dls102s9895

asked

Ask a question