1

我正在使用JasperReports 服务器 5.0.1

如何检测 .xml 文件中使用的端口 (WEB-INF/applicationContext-security.xml)

我想做这样的事情(这只是为了让你知道我想要什么)

<bean class="org.springframework.security.ui.cas.ServiceProperties"
          id="authenticationServiceProperties">
        <property name="service">
            <value>${IP_OR_URL} + ${PORT} + /jasperserver-pro/j_spring_cas_security</value>
        </property>
        <property name="sendRenew">
            <value>false</value>
        </property>
</bean>
4

0 回答 0