boot-security/README.md

21 lines
880 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# boot-security
#### 项目介绍
此项目源码采用前后端分离方式spring boot开发后端使用spring security进行权限控制,layui、bootstrap、jquery、html为前端,基于json进行交互,接口完全采用Restful的风格实现按钮级权限控制可以作为开发项目的脚手架做为基础项目。
#### 环境要求
1. jdk8、mysql、maven、redis
#### 初始化工作
1. 运行数据库脚本,在/文档和sql/db/boot_security.sql
2. 配置信息在application.yml里数据库的用户名、密码、ip、端口等根据情况修改一下
#### 使用说明
1. 安装运行文档在/文档和sql/01 安装运行.docx
1. 右键运行启动类com.boot.security.server.SecurityApplication
2. 访问http://localhost:8080用户名和密码都是admin
#### 参与贡献
1. 小威老师 xiaoweijiagou@163.com