Given: a Java EE 5 web app that has a web.xml that has a snippet like
<context-param>
<description>c</description>
<param-name>a</param-name>
<param-value>b</param-value>
</context-param>
What would I need to do to move that context-param specification into an annotation based strategy.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…