# jsp-layout **Repository Path**: 596392912/jsp-layout ## Basic Information - **Project Name**: jsp-layout - **Description**: jsp layout - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 3 - **Created**: 2016-01-08 - **Last Updated**: 2024-12-25 ## Categories & Tags **Categories**: webframework **Tags**: None ## README ## 说明 源码来自`rapid-framework`中的`rapid_jsp_extends` 为了自己和小伙伴使用方便而提交到git和maven! ## 使用说明 ###maven ```xml net.dreamlu jsp-layout 0.0.2 ``` ###_layout.jsp ```html <%@ page language="java" session="false" contentType="text/html;charset=UTF-8" isELIgnored="false"%> <%@ page trimDirectiveWhitespaces="true" %> <%@ taglib prefix="layout" uri="http://www.dreamlu.net/tags/jsp-layout.tld" %> <%-- 布局 --%> <%--重写的head --%> <%--主体部分 --%> <%--脚本部分--%> ``` ###index.jsp ```html <%@ page language="java" session="false" contentType="text/html;charset=UTF-8" isELIgnored="false"%> <%@ page trimDirectiveWhitespaces="true" %> <%@ taglib prefix="layout" uri="http://www.dreamlu.net/tags/jsp-layout.tld" %> <%-- 填充head --%> head <%-- 填充content --%> content <%-- 填充script --%> script <%@ include file="_layout.jsp" %> ``` ## 交流群 如梦技术:[`237587118`](http://shang.qq.com/wpa/qunwpa?idkey=f78fcb750b4f72c92ff4d375d2884dd69b552301a1f2681af956bd32700eb2c0) ## 捐助共勉 微信捐助 微信捐助 支付宝捐助 QQ捐助 QQ捐助 ## License ( The MIT License )