<JSTL 함수 (JSTL 설정)>

​* JSTL 설정

pom.xml
<project>
・・・생략
    <dependencies>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>jstl</artifactId>
            <version>1.2</version>
        </dependency>
    </dependencies>
・・・생략
</project>


 

 

 

 

 

+ Recent posts