build.gradle에
compile('org.springframework.boot:spring-boot-starter-thymeleaf')
추가한다음 springsecurity를 사용할수 있게 extra도 추가해야한다.
// https://mvnrepository.com/artifact/org.thymeleaf.extras/thymeleaf-extras-springsecurity5
implementation group: 'org.thymeleaf.extras', name: 'thymeleaf-extras-springsecurity5', version: '3.0.4.RELEASE'
'오류노트' 카테고리의 다른 글
intellij gradle java file outside of source root (0) | 2021.04.15 |
---|---|
The specified project directory '프로젝트 디렉토리' does not exist (2) | 2021.04.05 |
springboot option 403 cors (0) | 2021.03.17 |
aws 로드밸랜서 등록후 nginx 503 Service Temporarily Unavailable 발생시 (0) | 2021.03.17 |
aws 에서 https 설정후 접속이 안될때 확인사항 (0) | 2021.03.17 |