后台管理系统 TIMO
- 授权协议: Apache Licence 2.0
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://gitee.com/aun/Timo
- 软件文档: https://gitee.com/aun/Timo
软件介绍
TIMO后台管理系统,基于SpringBoot2.0 + Spring Data Jpa + Thymeleaf + Shiro 开发的后台管理系统,采用分模块的方式便于开发和维护,目前支持的功能有:权限管理、部门管理、字典管理、日志记录、文件上传、代码生成等,为快速开发后台系统而生的脚手架!
技术选型
后端技术:SpringBoot + Spring Data Jpa + Thymeleaf + Shiro + EhCache
前端技术:Layui + Jquery + zTree + Font-awesome
功能列表
用户管理:用于管理后台系统的用户,可进行增删改查等操作。
角色管理:分配权限的最小单元,通过角色给用户分配权限。
菜单管理:用于配置系统菜单,同时也作为权限资源。
部门管理:通过不同的部门来管理和区分用户。
字典管理:对一些需要转换的数据进行统一管理,如:男、女等。
行为日志:用于记录用户对系统的操作,同时监视系统运行时发生的错误。
文件上传:内置了文件上传接口,方便开发者使用文件上传功能。
代码生成:可以帮助开发者快速开发项目,减少不必要的重复操作,花更多精力注重业务实现。
表单构建:通过拖拽的方式快速构建一个表单模块。
数据接口:根据业务代码自动生成相关的api接口文档
项目结构
├─admin --后台管理模块 │ │ │ ├─java │ │ ├─com.linln.admin.core----------------后台模块核心模块 │ │ └─com.linln.admin.system----------------后台模块系统模块 │ │ │ └─resources │ ├─static----------------静态资源目录 │ └─templates----------------前端模板目录 │ ├─common----------------公共模板目录 │ └─system----------------系统模板目录 │ ├─boot --引导模块 │ │ │ ├─java │ │ └─com.linln.BootApplication----------------启动项目入口 │ │ │ └─resources │ └─application.properties----------------项目配置文件 │ ├─core --核心模块 │ └─devtools --开发中心模块
预览图
Think Python
Allen B. Downey / O'Reilly Media / 2012-8-23 / GBP 29.99
Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms ......一起来看看 《Think Python》 这本书的介绍吧!
