package com.berwin.test;
import org.apache.log4j.Logger;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet("/MongodbLogServlet")
public class MongodbLogServlet extends HttpServlet {
private static final Logger logger = Logger.getLogger(MongodbLogServlet.class);
private static final long serialVersionUID = 1L;
public MongodbLogServlet() {
super();
// TODO Auto-generated constructor stub
}
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
this.doPost(request, response);
}
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
logger.info("start do get...");
logger.error("请求出错!");
}
}
最近下载更多
宿凌倾 LV14
2019年1月2日
cqwzwqwsj LV18
2018年7月3日
gmhaizn LV10
2018年3月30日
xuandx LV1
2017年12月12日
tanshiming LV18
2016年12月29日
GY897272081 LV9
2016年10月28日
perfect LV17
2016年9月28日
prdjok LV1
2016年8月31日
china_0221 LV41
2016年7月11日
Chen.木难 LV11
2016年6月23日
最近浏览更多
微信网友_7134912998903808 LV15
2024年9月13日
1145304128 LV12
2021年2月23日
Jerry_Handson LV9
2020年10月27日
fanliansuo LV25
2020年8月29日
xuexizhuanyong23 LV16
2020年8月16日
dmzhjg LV6
2020年8月14日
ssy552 LV10
2020年8月13日
438265764 LV14
2020年8月4日
alexgyp LV6
2020年7月31日
whmr_soft LV10
2020年7月10日

