# springboot-web **Repository Path**: zero365/springboot-web ## Basic Information - **Project Name**: springboot-web - **Description**: 使用springboot 打造传统web程序,使用外部的容器运行war,把静态文件放在传统的src/main/webapp目录下,基于jsp的限制,只能只用tomcat。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2016-01-28 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### springboot-web 该工程使用springboot 打造传统的war方式,jsp页面放在了src/main/webapp目录下,所以在debug的时候很不好调试,不能采用直接运行`Application`的方法,所以在debug的时候是debug gradle 项目,而不是debug Application类。 运行该系统之前,需要用户自行配置mysql数据库,添加user表。配置文件神马的只有一个,就是application.properties 该系统的一些的特性: 1. 集成shiro 2. 集成sitemesh 3. 添加自定义的interceptor 4. 使用自定义的error页面,及自定义的异常处理 需要添加完善的一些东西有: 1. 增加shiro的salt支持 2. 添加自定义的JpaSpecificationExecutor的查找, 其实也就是把springside中的类搞过来。 3. 研究spring actuator,添加自定义的actuator. 4. 其他的一些集成。