备忘
1、WebContent\webpage\modules\sys\sysLogin.jsp中 <title>${fns:getConfig('productName')} 登录</title>
——》:<%@ include file="/webpage/include/taglib.jsp"%>
2、WebContent\webpage\include\taglib.jsp中
——》:<%@ taglib prefix="fns" uri="/WEB-INF/tlds/fns.tld" %>
3、\WEB-INF\tlds\fns.tld中
——》: <function>
<description>获取配置</description>
<name>getConfig</name>
<function-class>com.jeeplus.common.config.Global</function-class>
<function-signature>java.lang.String getConfig(java.lang.String)</function-signature>
<example>${fns:getConfig(key)}</example>
</function>
本文详细介绍了JeePlus项目中登录页面的配置过程,包括如何在sysLogin.jsp文件中使用标签库来获取系统配置信息,具体涉及的文件路径及配置方法。
1421

被折叠的 条评论
为什么被折叠?



