springboot监听器之ServletContextListener( 二 )


3、一般本家儿要借助于contextInitialized来加载缓存数据
public void contextInitialized(ServletContextEvent servletContextEvent)     ServletContext sc = servletContextEvent.getServletContext();
【springboot监听器之ServletContextListener】   //查询数据的数据加载的缓存中    sc.setAttribute("key","value");    System.out.println("-------启动---------");}

springboot监听器之ServletContextListener

文章插图

springboot监听器之ServletContextListener

文章插图

注重事项开辟情况 jdk 1.8 IDEA 2018.2.2 maven:apache-maven-3.5.4

以上内容就是springboot监听器之ServletContextListener的内容啦 , 希望对你有所帮助哦!

推荐阅读