728x90

인텔리제이 3

WARN Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)

Spring Boot에서 발견되는 다음과 같은 오류 메시지가 확인되었습니다. # 오류 WARN ion$DefaultTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false) # 해결 방법 1 오류 메시지의 내용을 확인하면 해결할 수 있는데요. project>src>main>resources>templates templates 폴더를 생성해주시거나 or 뒤에 옵션을 설정해주는 방법으로 해결할 수 있을 것 ..

java, spring 2023.05.08

[IntelliJ] yaml 자동완성 기능 추가하기

[IntelliJ] yaml 자동완성 기능 추가하기 Spring에서 yml파일을 작성할 때가 있다. application.yml에 설정값을 작성하다 보니 자동완성이 안되어서 불편함을 겪었다. 찾아보니 이를 해결해줄 plugin이 있었다. Plugin Name : Spring Assistant IntelliJ > file > Settings.. > Plugins > Spring Assistant 검색 후 install 한다. 단축키 : Ctrl + Alt + S Settings 창에서 Plugins 메뉴 선택 후 Marketplace에서 Spring Assistant를 검색한다. 그리고 Install 버튼 클릭 > OK > IntelliJ Restart 그럼 이제 자동완성 기능이 추가되어 있을 것이다. 좋..

Tool 2022.07.09
728x90