# springboot-jsp **Repository Path**: guardcode/springboot-jsp ## Basic Information - **Project Name**: springboot-jsp - **Description**: No description available - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-20 - **Last Updated**: 2021-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 在springboot项目中 * 使用内嵌tomcat * 使用内嵌jsp解释器 * ```xml org.apache.tomcat.embed tomcat-embed-jasper ``` * 加上jasper后,内置tomcat也可以使用jsp作为试图了 * ```properties spring.mvc.view.prefix=/ spring.mvc.view.suffix=.jsp ``` # 包含内容 1. RestTemplate 2. SpringBoot中使用JSP 3. hibernate使用 4. webpack react