# material-admin **Repository Path**: enilu/material-admin ## Basic Information - **Project Name**: material-admin - **Description**: 基于Srping Boot2的Material Design风格的通用后台管理系统,权限管理,配置管理,字典,日志,定时任务,根据模板发送短信、邮件;基于IDEA Intellij的代码生成插件。在线预览:http://material.enilu.cn - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: https://enilu.gitee.io/material-admin - **GVP Project**: No ## Statistics - **Stars**: 121 - **Forks**: 55 - **Created**: 2019-08-19 - **Last Updated**: 2025-01-17 ## Categories & Tags **Categories**: backend **Tags**: None ## README English | [简体中文](./README.zh-CN.md) ## Introduction [materail-admin](https://github.com/enilu/material-admin) is a Materail Design Admin Framework based on [Spring Boot2](https://spring.io/projects/spring-boot/) and [Bootstrap](https://www.bootcss.com/). It includes basic functions commonly used in the background of rights management, configuration management, organization, users, scheduled tasks, and message management. Refining a typical business model can help you quickly build an enterprise back-end product system. - [Online Demo](http://material.enilu.cn) - Separate versions of the front and rear ends are also provided.[web-flash](http://enilu.github.com/web-flash) ## Preparation - Download JAVA IDE :Eclipse or Intellij IDEA - Install the Lombook plugin in the IDE. - Install JDK1.8 ,MySQL5.5+,Maven **Welcome to make an issue or pr** ## Features - Department management - Account management - Role management - Menu management - Permission managemenet - Configuration - Dict managemenet - Schedule - log ## Getting started ``` # create dabase in mysql: CREATE DATABASE IF NOT EXISTS material DEFAULT CHARSET utf8 COLLATE utf8_general_ci; CREATE USER 'material'@'%' IDENTIFIED BY 'material123'; GRANT ALL privileges ON material.* TO 'material'@'%'; flush privileges; # clone the project git clone https://github.com/enilu/material-admin.git # enter the project directory cd material-admin # build and package mvn package # run the project java -jar target/material.jar # open the browser and enter: http://localhost:8085 user/password:admin/admin ``` ## Online Demo [http://material.enilu.cn](http://material.enilu.cn) ## 交流 - Bugs: [Issues](https://github.com/enilu/material-admin/issues/new) - QQ:752844606 - wechat:myenilu - Gitter: [Gitter channel](https://gitter.im/springboot-material-admin/community) ## License [MIT](https://github.com/enilu/material-admin/blob/master/LICENSE) Copyright (c) 2017-present enilu