Servlet에서 Apache Tiles를 사용할 수 있도록
pom.xml에 추가
<!-- https://mvnrepository.com/artifact/org.apache.tiles/tiles-servlet -->
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-servlet</artifactId>
<version>2.2.2</version>
</dependency>
https://mvnrepository.com/artifact/org.apache.tiles/tiles-servlet/2.2.2
'JAVA > Spring' 카테고리의 다른 글
cglib-nodep 2.2 란? (0) | 2023.04.02 |
---|---|
mybatis 3.1.0 이란? (0) | 2023.04.02 |
json-lib 2.4 란? (0) | 2023.04.02 |
thumbnailator 0.4.8 이란? (0) | 2023.04.02 |
jquery 2.2.1 이란? (0) | 2023.04.02 |