如何手动创建请求范围的bean?

时间:2016-03-02 14:01:17

标签: java spring spring-mvc

我有一个在app中使用的请求范围的bean。现在我需要实现一些预定义的配置bean。我试过两种方式:

  1. 作为InitializingBean实施
  2. 作为春天的ApplicationListener<ApplicationReadyEvent>听众
  3. 但问题是这个配置bean中的代码使用erquest-scoped bean,每次我得到一个: Caused by: java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread

    有什么方法可以模拟请求吗?

0 个答案:

没有答案