Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@page contentType="text/html" pageEncoding="UTF-8"%>
- <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>Welcome to Spring Web MVC project</title>
- <spring:url value="/resources/css/index.css" var="mainCss" />
- <link href="${mainCss}" rel="stylesheet" />
- </head>
- <body>${message}
- <p>${message} Hello! This is the default welcome page for a Spring Web MVC project.</p>
- <p><i>To display a different welcome page for this project, modify</i>
- <tt>index.jsp</tt> <i>, or create your own welcome page then change
- the redirection in</i> <tt>redirect.jsp</tt> <i>to point to the new
- welcome page and also update the welcome-file setting in</i>
- <tt>web.xml</tt>.</p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment