https://github.com/2227324689/gupao-admin
基于Layui / Spring Boot 编写的后台管理系统脚手架,可拿过去直接使用。
https://github.com/2227324689/gupao-admin
layui layui-admin spring-boot
Last synced: about 1 year ago
JSON representation
基于Layui / Spring Boot 编写的后台管理系统脚手架,可拿过去直接使用。
- Host: GitHub
- URL: https://github.com/2227324689/gupao-admin
- Owner: 2227324689
- Created: 2020-10-13T15:07:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-14T10:51:19.000Z (over 5 years ago)
- Last Synced: 2025-03-18T18:47:09.763Z (over 1 year ago)
- Topics: layui, layui-admin, spring-boot
- Language: Java
- Homepage:
- Size: 2.02 MB
- Stars: 21
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
[](https://github.com/2227324689/ToBeBetter/blob/master/LICENSE) [](https://github.com/2227324689/gpmall/issues) [](https://www.gupaoedu.com) [](https://www.gupaoedu.com) [](https://istio.tech) [](#) [](#)  [](https://gper.club)
# 项目介绍
基于Layui 做的一个后台管理系统的脚手架。
后台技术采用Spring Boot + Mybatis
权限采用的是Shiro
数据库采用mysql
# 模块介绍

# 运行向导
* 运行dbscript数据库脚本
* 修改application.properties数据库连接字符串
```properties
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/gupao-live?useUnicode=true&characterEncoding=utf8&useOldAliasMetadataBehavior=true&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&serverTimezone=UTC&serverTimezone=Asia/Shanghai
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.hikari.minimum-idle=5
spring.datasource.hikari.maximum-pool-size=30
spring.datasource.hikari.idle-timeout=600000
spring.datasource.hikari.max-lifetime=1800000
spring.datasource.hikari.connection-timeout=500
spring.datasource.hikari.login-timeout=500
spring.datasource.hikari.validation-timeout=1000
spring.datasource.hikari.initialization-fail-timeout=1000
```
* 运行 GupaoeduLiveApplication
# 界面截图



