# booter **Repository Path**: echobabla/booter ## Basic Information - **Project Name**: booter - **Description**: Application build with Spring Boot. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-07-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # booter ### Summery 一款基于[Spring Boot](http://projects.spring.io/spring-boot/)构建的java后台系统。 技术选型: - Spring Boot 1.3.0 - JPA 2.1 - Bootstrap 3 ### Feature - RESTful风格 前端静态页面与后端分离,通过api进行数据交互 - 权限模型 基于角色的细粒度权限模型,登陆用户的操作权限精确到按钮级别的控制。 - 富文本编辑器 集成ueditor富文本编辑器,满足基本的图文操作。 - 定时任务 基于Spring注解风格的定时任务,配置简单。目前已支持定时清理上传模块产生临时文件。