parent
0ad21f7b2c
commit
5062d34d56
10
README.md
10
README.md
|
@ -61,6 +61,8 @@ For more information, please click [wiki](https://gitee.com/LongbowEnterprise/Bo
|
||||||
### Database
|
### Database
|
||||||
**MSSQL/Oracle/SQLite/MySql/MariaDB/Postgresql/Firebird/MongoDB**
|
**MSSQL/Oracle/SQLite/MySql/MariaDB/Postgresql/Firebird/MongoDB**
|
||||||
|
|
||||||
|
For more information, please click [wiki](https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis/数据库连接配置?sort_id=1333482)
|
||||||
|
|
||||||
### Browser
|
### Browser
|
||||||
![chrome](https://img.shields.io/badge/chrome->%3D4.5-success.svg?logo=google%20chrome&logoColor=red)
|
![chrome](https://img.shields.io/badge/chrome->%3D4.5-success.svg?logo=google%20chrome&logoColor=red)
|
||||||
![firefox](https://img.shields.io/badge/firefox->38-success.svg?logo=mozilla%20firefox&logoColor=red)
|
![firefox](https://img.shields.io/badge/firefox->38-success.svg?logo=mozilla%20firefox&logoColor=red)
|
||||||
|
@ -119,7 +121,7 @@ For more information, please click [wiki](https://gitee.com/LongbowEnterprise/Bo
|
||||||
|
|
||||||
## Online Demonstration
|
## Online Demonstration
|
||||||
[![website1](https://img.shields.io/badge/linux-http://ba.zylweb.cn-success.svg?logo=buzzfeed&logoColor=green)](http://ba.zylweb.cn)
|
[![website1](https://img.shields.io/badge/linux-http://ba.zylweb.cn-success.svg?logo=buzzfeed&logoColor=green)](http://ba.zylweb.cn)
|
||||||
[![website2](https://img.shields.io/badge/windows-http://ba.sdgxgz.com-success.svg?logo=buzzfeed&logoColor=green)](http://ba.sdgxgz.com)
|
[![website2](https://img.shields.io/badge/linux-http://ba.sdgxgz.com-success.svg?logo=buzzfeed&logoColor=green)](http://ba.sdgxgz.com)
|
||||||
|
|
||||||
### Login
|
### Login
|
||||||
Administrator: Admin/123789
|
Administrator: Admin/123789
|
||||||
|
@ -166,3 +168,9 @@ For more screenshots, Click [wiki](https://gitee.com/LongbowEnterprise/Bootstrap
|
||||||
2. Create Feat_xxx branch
|
2. Create Feat_xxx branch
|
||||||
3. Commit
|
3. Commit
|
||||||
4. Create Pull Request
|
4. Create Pull Request
|
||||||
|
|
||||||
|
## Donate
|
||||||
|
|
||||||
|
If this project is helpful to you, please scan the QR code below for a cup of coffee.
|
||||||
|
|
||||||
|
![WeChat](https://gitee.com/LongbowEnterprise/Pictures/raw/master/WeChat/WeChat.png "WeChat")
|
||||||
|
|
|
@ -119,16 +119,22 @@
|
||||||
3. 获取本项目代码 [BootstrapAdmin](https://gitee.com/LongbowEnterprise/BootstrapAdmin)
|
3. 获取本项目代码 [BootstrapAdmin](https://gitee.com/LongbowEnterprise/BootstrapAdmin)
|
||||||
|
|
||||||
### 安装数据库
|
### 安装数据库
|
||||||
系统默认使用 SQLite 数据库,如需更改为其他数据库,执行解决方案中 DatabaseScripts 目录下相对应脚本
|
|
||||||
Install.sql 创建数据库脚本
|
本项目默认使用 SQLite 数据库,内置数据库脚本
|
||||||
InitData.sql 初始化数据脚本
|
1. SQLite
|
||||||
|
2. SqlServer
|
||||||
|
3. MySql
|
||||||
|
4. PostgresSql
|
||||||
|
5. MongoDB
|
||||||
|
|
||||||
|
数据库配置 [详细说明](https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis/数据库连接配置?sort_id=1333482)
|
||||||
|
|
||||||
## 分支说明
|
## 分支说明
|
||||||
分支说明 [详细说明](https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis/分支说明)
|
分支说明 [详细说明](https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis/分支说明)
|
||||||
|
|
||||||
## 演示地址
|
## 演示地址
|
||||||
[![website1](https://img.shields.io/badge/linux-http://ba.zylweb.cn-success.svg?logo=buzzfeed&logoColor=green)](http://ba.zylweb.cn)
|
[![website1](https://img.shields.io/badge/linux-http://ba.zylweb.cn-success.svg?logo=buzzfeed&logoColor=green)](http://ba.zylweb.cn)
|
||||||
[![website2](https://img.shields.io/badge/windows-http://ba.sdgxgz.com-success.svg?logo=buzzfeed&logoColor=green)](http://ba.sdgxgz.com)
|
[![website2](https://img.shields.io/badge/linux-http://ba.sdgxgz.com-success.svg?logo=buzzfeed&logoColor=green)](http://ba.sdgxgz.com)
|
||||||
|
|
||||||
### 登录用户名与密码
|
### 登录用户名与密码
|
||||||
管理账号:Admin/123789
|
管理账号:Admin/123789
|
||||||
|
@ -183,3 +189,9 @@ docker pull reg.qiniu.com/argozhang/ba
|
||||||
2. 新建 Feat_xxx 分支
|
2. 新建 Feat_xxx 分支
|
||||||
3. 提交代码
|
3. 提交代码
|
||||||
4. 新建 Pull Request
|
4. 新建 Pull Request
|
||||||
|
|
||||||
|
## 捐助
|
||||||
|
|
||||||
|
如果这个项目对您有所帮助,请扫下方二维码打赏一杯咖啡。
|
||||||
|
|
||||||
|
![WeChat](https://gitee.com/LongbowEnterprise/Pictures/raw/master/WeChat/WeChat.png "微信扫码")
|
||||||
|
|
Loading…
Reference in New Issue