我们发布啦
This commit is contained in:
31
crmeb/src/main/webapp/index.jsp
Normal file
31
crmeb/src/main/webapp/index.jsp
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt_rt"%>
|
||||
<%
|
||||
String path = request.getContextPath();
|
||||
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path;
|
||||
%>
|
||||
<c:set var="webRoot" value="<%=basePath%>" />
|
||||
|
||||
|
||||
<!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>Insert title here</title>
|
||||
|
||||
</head>
|
||||
<body style="text-align: center;">
|
||||
<h1>Hello CRMEB By Java</h1>
|
||||
|
||||
<%--<h1 align="center">请点击此链接进入--%>
|
||||
<%-- <a href="${webRoot}/swagger-ui.html#/">swagger</a>--%>
|
||||
<%--</h1>--%>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user