Go to file
Argo Zhang 82b6284c49
refactor: 密码框关闭自动完成
#Comment
Security Issue
2019-10-22 17:58:26 +08:00
.gitee 更新模板:ISSUE模板增加预期结果与实际结果小节 2019-03-12 12:54:03 +08:00
.github/workflows build(Github): 自动编译脚本支持 NETCore 3.0 2019-09-29 17:41:21 +08:00
db db: SQLite Traces 表缺失 Referer 列 2019-10-13 01:21:12 +08:00
services build(deploy): 调整部署脚本 2019-10-04 10:58:11 +08:00
src refactor: 密码框关闭自动完成 2019-10-22 17:58:26 +08:00
test build: 依赖组件版本升级 2019-10-19 16:10:05 +08:00
.dockerignore doc(docker): Add docker support file 2019-05-26 10:34:27 +08:00
.editorconfig build: 格式化shell文件 2019-09-29 13:15:16 +08:00
.gitattributes style: 更改代码格式 2019-06-20 22:03:18 +08:00
.gitignore build: 移动生成 xml 文件配置到 props 文件中 2019-10-19 16:06:28 +08:00
.issuetracker build: 码云 Issue 增加到6位更新正则表达式 2019-09-22 23:09:42 +08:00
.tfignore 初始化BootstrapAdmin解决方案 2016-10-20 22:17:04 +08:00
BootstrapAdmin.sln build(deploy): 调整部署脚本 2019-10-04 10:58:11 +08:00
Directory.Build.props build: 移动生成 xml 文件配置到 props 文件中 2019-10-19 16:06:28 +08:00
LICENSE 增加文件:增加授权文件 Apache-2.0 2019-04-14 11:53:07 +08:00
README.md doc(readme): 修正英文版文档 git 地址 2019-10-19 13:47:04 +08:00
README.zh-CN.md doc(readme): 更新分支部署环境说明 2019-10-10 12:53:13 +08:00
appveyor.build.ps1 build: 根据最新目录结构重构脚本 2019-09-28 11:12:46 +08:00
appveyor.test.ps1 test: 增加 LogHelper.DbLogTask 单元测试 2019-10-09 23:08:55 +08:00
appveyor.yml build: 更新 MySql 相关单元测试脚本 2019-10-09 21:54:46 +08:00
deploy-admin.sh build: 修正系统发布脚本路径为 NETCore 3.0 2019-09-29 23:17:27 +08:00
deploy-client.sh build: 修正系统发布脚本路径为 NETCore 3.0 2019-09-29 23:17:27 +08:00
init.sh build(init): 修复自动部署脚本路径错误 2019-10-05 14:09:15 +08:00
publish-admin.cmd build: 根据最新目录结构重构脚本 2019-09-28 11:12:46 +08:00
publish-admin.sh build: 格式化shell文件 2019-09-29 13:15:16 +08:00
publish-client.cmd build: 根据最新目录结构重构脚本 2019-09-28 11:12:46 +08:00
publish-client.sh build: 格式化shell文件 2019-09-29 13:15:16 +08:00
watch-run-admin.cmd build: 格式化shell文件 2019-09-29 13:15:16 +08:00
watch-run-admin.sh build: 格式化shell文件 2019-09-29 13:15:16 +08:00
watch-run-client.cmd build: 格式化shell文件 2019-09-29 13:15:16 +08:00
watch-run-client.sh build: 格式化shell文件 2019-09-29 13:15:16 +08:00

README.md

BootstrapAdmin

English | 中文


Version & Coverage

Release Coveralls Codecov

Gitee

Appveyor build Build Status Test Issue Status Pull Status

GitHub

Appveyor build master status Test Repo Size Commit Date

Introduce

Because the dependent on Bootstrap v4, so it is called Bootstrap Admin. This system can be integrated with asp.net and asp.net core applications. The database supports multiple databases at the same time. The detailed list is shown in the following database detailed list. Switching the data source only needs to change the configuration file without restarting the application. The configuration is simple and flexible. The UI front-end uses the popular Bootstrap framework layout, which is very compatible with mobile devices and adapts to almost all terminal devices in the current market. The system also has the feature of single background supporting multi-front desk, and provides the ability of single sign-on (SSO).

Notes

Bootstrap Admin does not require secondary development, but only integration with the front-end system. The front-end system model project is Bootstrap. Client
The original starting point of the project is to separate the privilege system from the business system. The project development focuses on functions. For detailed configuration instructions, please click on View Documents.

Features

  1. Integration with Front-end Website through Configuration
  2. Constructing Hierarchical Menu of Front-end System
  3. Provide a single background to support multiple front-end application configurations
  4. Provide single sign-on(SSO)
  5. Integrated System Authentication and Authorization Module
  6. Provide role, department, user, menu, foreground application authorization Role Authorization to Users
    Role-to-Menu Authorization
    Role Authorization to Departments
    Role-to-application authorization (multiple front-end applications share a back-end privilege management system)
    Departments Authorize Users
  7. Provide dictionary tables for personalized configuration of front-end websites
  8. Fully responsive layout (supporting all mainstream devices such as computers, tablets, mobile phones, etc.)
  9. Built-in multi-data source support, simple configuration and immediate effect without restart
  10. Built-in data memory caching mechanism, page fast response
  11. Built-in Data Operation Log and User Log on

Update log

Advantage

  1. The front-end system does not need to write login, authorization and authentication modules; it is only responsible for writing business modules.
  2. Background system can be used directly without any secondary development.
  3. Front-end and back-end systems are separated, which are different systems (domain name can be independent)
  4. Extensible to multi-tenant applications

For more information, please click wiki

Database

MSSQL/Oracle/SQLite/MySql/MariaDB/Postgresql/Firebird/MongoDB

For more information, please click wiki

Browser

chrome firefox edge ie Safari Andriod oper

"browserslist": [
  "Chrome >= 45",
  "Firefox >= 38",
  "Edge >= 12",
  "Explorer >= 11",
  "iOS >= 9",
  "Safari >= 9",
  "Android >= 4.4",
  "Opera >= 30"
]

Mobile

ios Andriod windows

Chrome Firefox Safari Android Browser & WebView Microsoft Edge
iOS Supported Supported Supported N/A Supported
Android Supported Supported N/A Android v5.0+ supported Supported
Windows 10 Mobile N/A N/A N/A N/A Supported

Desktop

macOS linux windows

Chrome Firefox Internet Explorer Microsoft Edge Opera Safari
Mac Supported Supported N/A N/A Supported Supported
Linux Supported Supported N/A N/A N/A N/A
Windows Supported Supported Supported, IE10+ Supported Supported Not supported

QQ Group

QQ

Installation

  1. Install .net core sdk Offical website
  2. Install Visual Studio 2019 lastest Offical website
  3. Git clone git clone https://gitee.com/LongbowEnterprise/BootstrapAdmin.git
  4. Login as Admin/123789

Branchs

Details

Online Demonstration

website1 website2

Login

Administrator: Admin/123789
User: User/123789

Docker Images

Docker Docker

Docker Hub

Mirror Portal

docker pull argozhang/ba

Qiniu Cloud:

Mirror Portal

docker pull reg.qiniu.com/argozhang/ba

Configurations

Detailed configuration instructions please click wikis

Q&A

Please click wikis

License

Gitee license

GVP award

View

Screenshots

Home

Home

For more screenshots, Click wiki

Contribution

  1. Fork
  2. Create Feat_xxx branch
  3. Commit
  4. Create Pull Request

Donate

If this project is helpful to you, please scan the QR code below for a cup of coffee.

WeChat