# spring-boot-jsp **Repository Path**: exmple/spring-boot-jsp ## Basic Information - **Project Name**: spring-boot-jsp - **Description**: spring boot jsp配置exmple - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-jsp spring boot jsp配置exmple - pom (加入tomcat-embed-jasper来解析jsp) - 配置view 配置view.prefix/suffix - 目录结构 创建src/main/webapp/WEB-INF/view目录与配置相对应 - 使用spring-boot:run来启动 直接使用jar启动不行