undertow下如何设置context-param?

我在Web.xml中有设置context-param

<context-param>
      <param-name>shiroConfigLocations</param-name>
      <param-value>classpath:shiro2.ini</param-value>
</context-param>

但在UndertowServer好像没有找到对应的方法,能告诉我怎么设置吗?谢谢


评论区

熊大

2020-02-12 09:39

我找到方法了,用addInitParameter,谢谢!

热门反馈

扫码入社