提交 de66df29 编写于 作者: L lbb 提交者: lbb

add webapp

上级 6eea6bf4
aaa222
\ No newline at end of file
<%@ page language="java" contentType="text/html; charset=UTF-8"%>
<html>
<head>
<title><s:text name="loginPage"/></title>
</head>
<body>
<p>
1111
</p>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.5"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册