# mysiteforme **Repository Path**: huangdegen/mysiteforme ## Basic Information - **Project Name**: mysiteforme - **Description**: 基于springboot的系统后台脚手架 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://admin.mysiteforme.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 333 - **Created**: 2018-03-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mysiteforme 系统后台预览地址: https://admin.mysiteforme.com 用户名:admin 密码:123456(该账户不能修改密码)
#主要功能 * 系统用户,角色,权限增删改查,权限分配,权限配色
* 系统字典
* 配置网站基本信息,包括博客数据限制
* 查看系统关键操作的日志(可在系统后台自动定制需要监控的模板)
* #在线新增数据库并直接生成 前,后台基本源码,放到源码相应目录中重启tomcat可直接使用,预览
* 系统定时任务的新增改查 立即启动 暂停 恢复
#技术框架 * 核心框架:SpringBoot * 安全框架:Apache Shiro 1.3.2 * 缓存框架:Redis 4.0 * 搜索框架:Lucene 7.1 * 任务调度:quartz 2.3 * 持久层框架:MyBatis 3 mybatisplus 2.1.4 * 数据库连接池:Alibaba Druid 1.0.2 * 日志管理:SLF4J 1.7、Log4j * 前端框架:layui * 后台模板:layuicms 2.0。 * 富文本:wangEditor #系统登录 ![](https://static.mysiteforme.com/github/%E7%99%BB%E5%BD%95%E9%A1%B5.jpg?raw=true) #系统权限 ![](https://static.mysiteforme.com/github/%E7%B3%BB%E7%BB%9F%E6%9D%83%E9%99%90.png?raw=true) #系统日志 ![](https://static.mysiteforme.com/github/%E7%B3%BB%E7%BB%9F%E6%97%A5%E5%BF%97.png?raw=true) #数据表 ![](https://static.mysiteforme.com/github/%E6%95%B0%E6%8D%AE%E8%A1%A8.png?raw=true) #权限分配 ![](https://static.mysiteforme.com/github/%E6%9D%83%E9%99%90%E5%88%86%E9%85%8D.png?raw=true) #开发环境 建议开发者使用以下环境,这样避免版本带来的问题 * IDE:idea * DB:Mysql5.7 Redis(Window版本,Linux版本) * JDK:JAVA 8 * WEB:Tomcat8 (采用springboot框架开发时,并没有用到额外的tomcat 用的框架自带的) #运行环境 * WEB服务器:Weblogic、Tomcat、WebSphere、JBoss、Jetty 等 * 数据库服务器:Mysql5.5+ * 操作系统:Windows、Linux (Linux 大小写特别敏感 特别要注意,还有Linux上没有微软雅黑字体,需要安装这个字体,用于生成验证码) #快速体验 * 将源码导入IDE * 将源码路径下的src/main/resources/sql 中的mysiteforme.sql导入到数据库中(qrtz.sql为定时任务的几张jibenbiao mysiteforme.sql已经包含) * 将src\main\resources目录下的application.yml配置文件里的mysql用户名密码改成你本地的 * 安装redis数据库 默认数据库密码为空(注*** 必须安装redis 否则本系统会报错) * redis的window版本有些地方下载可以下不下来,可以到这里下载https://pan.baidu.com/s/1dG22JQT * 注册redis系统服务 打开cmd--->切换到安装redis的目录--->redis-server.exe --service-install redis.windows-service.conf * 启动系统 预览地址为:http://localhost:8080 管理员用户名:test 密码:1