[Spring] Tiles

spring_mvc_fileupload.zip

src.zip

Tiles 받는 링크

http://mvnrepository.com/artifact/org.apache.tiles/tiles-jsp/3.0.7



<dependencies>

<!-- Spring webmvc API -->

<dependency>

<groupId>org.springframework</groupId>

<artifactId>spring-webmvc</artifactId>

<version>4.3.9.RELEASE</version>

</dependency>

<dependency>

<groupId>jstl</groupId>

<artifactId>jstl</artifactId>

<version>1.2</version>

</dependency>

<!-- Tiles jsp + JSTL -->

<dependency>

<groupId>org.apache.tiles</groupId>

<artifactId>tiles-jsp</artifactId>

<version>3.0.7</version>

</dependency>


</dependencies>



<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE tiles-definitions PUBLIC 

"-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN" 

"http://tiles.apache.org/dtds/tiles-config_3_0.dtd">


<tiles-definitions>


</tiles-definitions>


경로 : window -> preperence -> xml files -> template -> new



댓글

Designed by JB FACTORY