次のように、JSP のプロパティ ファイルから特定のプロパティを表示しています。
<spring:eval expression="@propertyConfigurer.getProperty('myproperty')"/>
今、私は内部で同じプロパティを使用したいと思います<sec:authorize access="hasRole()/>
<sec:authorize access="hasRole('<spring:eval expression="@propertyConfigurer.getProperty('myproperty')"/>')">
これは機能しません。