摘要: public ConfigurableApplicationContext run(String... args) { StopWatch stopWatch = new StopWatch(); stopWatch.start(); //创建引导上下文 DefaultBootstrapContex 阅读全文
posted @ 2024-08-11 21:41 辉辉、 阅读(15) 评论(0) 推荐(0)
摘要: @SuppressWarnings("deprecation") protected void doDispatch(HttpServletRequest request, HttpServletResponse response) throws Exception { // 实际处理时用的请求,如 阅读全文
posted @ 2024-08-11 12:29 辉辉、 阅读(57) 评论(0) 推荐(0)