jsp๋ง ๋ฐฐ์ฐ๊ณ ์ฌ์ฉํ๋ฉด์ ์ต์ํด์ง ๊ฒ์ ๊ณ์ ์ฐ๊ณ ์ถ์์ง๋ง Spring Boot๋ฅผ ์ฌ์ฉํ๊ฒ ๋๋ฉด์ Thymeleaf๋ฅผ ์ฌ์ฉํ๊ฒ ๋์์ต๋๋ค. ์ฐ์ ์ ์ผ๋ก Spring boot์์ jsp ์ฌ์ฉ์ ๊ถ์ฅํ๊ณ ์์ง ์์ต๋๋ค. ์๋ง ๋ด์ฅํฐ์บฃ์ด๊ธฐ ๋๋ฌธ์ war๋ก ํจํค์ง์ ํด์ผ ํ๊ธฐ ๋๋ฌธ์ Spring boot๋ฅผ ์ฌ์ฉํ๊ณ ์๋ ์
์ฅ์์๋ ์ฝ๊ฐ ๐คจ์
๋๋ค. Thymeleaf๋ฅผ ์ฌ์ฉํ๊ธฐ ์ํด์ ์์กด์ฑ์ ๋จผ์ ์ถ๊ฐ ํด์ค๋๋ค. build.gradle implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' application.yml์๋ ๊ด๋ จ ์ค์ ์ ํด์ฃผ์ด์ผ ํฉ๋๋ค. jsp๋ฅผ ์ฌ์ฉํ ๋ ์ฒ๋ผ ์์น์ ํ์ผํ์์ ์๋ ค์ค๋๋ค application.yml spri..
๐ WEB/Thymeleaf
Jpa pageable์ ์๋ชจ๋ฅด์๋ ๋ถ์ ์๋์ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํด์ฃผ์ธ์~! 2021/02/03 - [WEB/JPA] - JAP Pageable ์ฌ์ฉํ๊ธฐ JAP Pageable ์ฌ์ฉํ๊ธฐ Page๊น์ง ์๋ค๋๊ฑด... ๊ธฐ๋ณธ์ ์ธ CRUD๋ฅผ ์๊ณ ๊ณ์ ์ํ๋ก ์ดํดํ๊ณ ์์ฑํ๊ฒ ์ต๋๋ค! ํ ์ผ : ๊ฐ๋จํ ๋ฆฌ์คํธ ๋ฐ์ดํฐ์ Page, Sort ๊ตฌํํ์ฌ API๋ฅผ ๊ตฌํํ๋ค. Service Entity์์ฒด๋ฅผ ๋ฐํํ๋๊ฑด ์ ๋๋ก ํ์ง ์ aejeong.com ์ค์ ์ธํ
๋ถํฐ ํด๋ณผ๊ฒ์ ~! 1. build.gradle implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' 2. application.yml spring: thymeleaf: prefix: classp..