English | 简体中文
materail-admin is a Materail Design Admin Framework based on Spring Boot2 and Bootstrap. 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.
Welcome to make an issue or pr
# 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
Copyright (c) 2017-present enilu
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.