JAVA/WEB - Spring

Spring-boot : thymeleaf 디펜던시(gradle)

개봉박살 2021. 4. 5. 19:50

implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'

developmentOnly('org.springframework.boot:spring-boot-devtools') - 개발자모드(자동 재시작)