inflearn logo
講義

講義

知識共有

Gwang Parkさんの投稿

Gwang Park Gwang Park

@mun03925416

レビュー投稿数
-
平均評価
-

投稿 2

Q&A

home.html 연결 문제

저 같은 경우엔 templates에 home.html 추가하고 controller단에 문제가 없는데 클론코딩하면서 비슷한 문제가 발생했었습니다. 알고 보니 thymleaf 를 dependency에 추가하지 않아 발생했었네요.

いいね数
0
コメント数
2
閲覧数
567

Q&A

12강 어노테이션에서 MainClassUseConfiguration.java 이거 돌리면 Cannot load configuration class: ems.member.configuration.MemberConfig 에러 나오는데 어떻게 해결하나요

POM.xml 을 수정하고 작동되었습니다. dependencies > dependency > groupId > org.springframework groupId > artifactId > spring-context artifactId > version > 4.1.0.RELEASE version > dependency > 아래 내용으로 변경해보세요 dependencies > dependency > groupId > org.springframework groupId > artifactId > spring-context artifactId > version > 5.1.6.RELEASE version > dependency > dependencies >

いいね数
0
コメント数
2
閲覧数
1461