home.jsp
Home
/
org.springframework.samples.petclinic /
src /
main /
webapp /
WEB-INF /
home.jsp
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page session="false" %>
<html>
<head>
<title>Welcome</title>
</head>
<body>
<h1>
Congratulations! You're running Spring!
</h1>
</body>
</html>