This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
mybatis/src/main/webapp/index.jsp
lzh984294471 18dea69e3b new file: .gitignore
new file:   .idea/artifacts/mybatis_Web_exploded.xml
 	new file:   .idea/compiler.xml
 	new file:   .idea/copyright/profiles_settings.xml
 	new file:   .idea/findbugs-idea.xml
 	new file:   .idea/gradle.xml
 	new file:   .idea/misc.xml
 	new file:   .idea/modules.xml
 	new file:   .idea/modules/mybatis.iml
 	new file:   .idea/workspace.xml
 	new file:   build.gradle
 	new file:   settings.gradle
 	new file:   src/main/java/com/mybatis/util/Base.java
 	new file:   src/main/resources/mybatis.properties
 	new file:   src/main/webapp/WEB-INF/web.xml
 	new file:   src/main/webapp/index.jsp
2016-06-13 22:05:11 +08:00

17 lines
303 B
Plaintext

<%--
Created by IntelliJ IDEA.
User: lzh
Date: 16-6-13
Time: 下午9:44
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>$Title$</title>
</head>
<body>
$END$
</body>
</html>