类 VueServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.hy.microservice.common.VueServlet
- 所有已实现的接口:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class VueServlet
extends javax.servlet.http.HttpServlet
将Vue整合到Spring Boot项目中,使其即可成为一个整体,也能分隔部署的方案
- 版本:
- v1.0
- 作者:
- ZhengWei(HY)
- 另请参阅:
-
构造器概要
构造器 -
方法概要
从类继承的方法 javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service从类继承的方法 javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
构造器详细资料
-
VueServlet
public VueServlet()
-
-
方法详细资料
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest i_Request, javax.servlet.http.HttpServletResponse i_Response) throws javax.servlet.ServletException, IOException - 覆盖:
doGet在类中javax.servlet.http.HttpServlet- 抛出:
javax.servlet.ServletExceptionIOException
-
doPost
public void doPost(javax.servlet.http.HttpServletRequest i_Request, javax.servlet.http.HttpServletResponse i_Response) throws javax.servlet.ServletException, IOException - 覆盖:
doPost在类中javax.servlet.http.HttpServlet- 抛出:
javax.servlet.ServletExceptionIOException
-