인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

이원준's profile image
이원준

asked

Developing Spring and JPA based web applications

Organizing the package structure

패키지 이동시 import 깨짐

Written on

·

337

·

Edited

0

강좌대로 패키지에 모두 이동시켯더니 기존 refactor로

import경로가 바뀌었지만 모두 비활성화 상태가 되어서

오류가 나버립니다. 무슨이유일까요?

에러.png에러2.png에러3.png

javaspringspring-bootjpathymeleaf

Answer 1

0

whiteship님의 프로필 이미지
whiteship
Instructor

import 에러문은.. 해당 패키지가 없거나, 찾지 못할 경우에 발생합니다. 해당 패키지가 있는지 확인해 보셔야 할 것 같습니다.

이원준's profile image
이원준

asked

Ask a question