목록HTML (1)
MGIT
아마, 첫 포스팅이지 않나 싶다.. 첫 포스팅인 만큼 나에게도 다른분들에게도 도움이 되고자 쓴다. 처음 타임리프를 사용하는데 자꾸 오류가 나고 문제가 생긴다면 바로 3번으로 가길 바란다.. Spring Boot 기준, 1. 타임리프 적용하기 intelliJ를 쓰면 편하게 의존성을 넣고 프로젝트를 생성할 수 있다. - 아래와 같이 build.gradle에 써주면 된다. dependencies { ```` 위 생략 ```` implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' // https://mvnrepository.com/artifact/org.thymeleaf.extras/thymeleaf-extras-java8time imp..
프론트 기록/Thymeleaf
2022. 7. 6. 15:46