{"id":16423433,"url":"https://github.com/2227324689/gupao-admin","last_synced_at":"2025-03-23T07:32:28.667Z","repository":{"id":108273936,"uuid":"303741631","full_name":"2227324689/gupao-admin","owner":"2227324689","description":"基于Layui / Spring Boot 编写的后台管理系统脚手架，可拿过去直接使用。","archived":false,"fork":false,"pushed_at":"2020-10-14T10:51:19.000Z","size":2122,"stargazers_count":21,"open_issues_count":0,"forks_count":19,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T18:47:09.763Z","etag":null,"topics":["layui","layui-admin","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2227324689.png","metadata":{"files":{"readme":"readme.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-13T15:07:39.000Z","updated_at":"2025-01-02T09:26:23.000Z","dependencies_parsed_at":"2023-04-30T04:45:57.392Z","dependency_job_id":null,"html_url":"https://github.com/2227324689/gupao-admin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2227324689%2Fgupao-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2227324689%2Fgupao-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2227324689%2Fgupao-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2227324689%2Fgupao-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2227324689","download_url":"https://codeload.github.com/2227324689/gupao-admin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245072236,"owners_count":20556352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["layui","layui-admin","spring-boot"],"created_at":"2024-10-11T07:39:50.180Z","updated_at":"2025-03-23T07:32:28.659Z","avatar_url":"https://github.com/2227324689.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![license](https://img.shields.io/hexpm/l/plug.svg?style=flat-square)](https://github.com/2227324689/ToBeBetter/blob/master/LICENSE) [![issues](https://img.shields.io/bitbucket/issues-raw/2227324689/ToBeBetter.svg?style=flat-square)](https://github.com/2227324689/gpmall/issues) [![constract us](https://img.shields.io/badge/contract%20us-%E5%AE%98%E7%BD%91-brightgreen.svg?style=flat-square)](https://www.gupaoedu.com) [![origin](https://img.shields.io/badge/origin-%E5%92%95%E6%B3%A1%E5%AD%A6%E9%99%A2-yellowgreen.svg?style=flat-square)](https://www.gupaoedu.com) [![blog](https://img.shields.io/badge/blog-%E5%8D%9A%E5%AE%A2-orange.svg?style=flat-square)](https://istio.tech) [![author](https://img.shields.io/badge/author-Mic-blue.svg?style=flat-square)](#) [![Gpmall](https://img.shields.io/badge/linked-gpmall-red.svg?style=flat-square)](#) ![hits](http://hits.dwyl.io/gpmall/gpmall.svg?style=flat-square) [![community](https://img.shields.io/badge/community-%E6%8A%80%E6%9C%AF%E7%A4%BE%E5%8C%BA-lightgrey.svg?style=flat-square)](https://gper.club)\n\n\n# 项目介绍\n\n基于Layui 做的一个后台管理系统的脚手架。\n\n后台技术采用Spring Boot + Mybatis\n\n权限采用的是Shiro\n\n数据库采用mysql\n\n# 模块介绍\n\n![image-20201013232326975](https://gitee.com/mic112/gupao-admin/raw/main/readme.assets/image-20201013232326975.png)\n\n\n\n# 运行向导\n\n* 运行dbscript数据库脚本\n\n* 修改application.properties数据库连接字符串\n\n  ```properties\n  spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver\n  spring.datasource.url=jdbc:mysql://localhost:3306/gupao-live?useUnicode=true\u0026characterEncoding=utf8\u0026useOldAliasMetadataBehavior=true\u0026zeroDateTimeBehavior=convertToNull\u0026allowMultiQueries=true\u0026serverTimezone=UTC\u0026serverTimezone=Asia/Shanghai\n  spring.datasource.username=root\n  spring.datasource.password=root\n  spring.datasource.hikari.minimum-idle=5\n  spring.datasource.hikari.maximum-pool-size=30\n  spring.datasource.hikari.idle-timeout=600000\n  spring.datasource.hikari.max-lifetime=1800000\n  spring.datasource.hikari.connection-timeout=500\n  spring.datasource.hikari.login-timeout=500\n  spring.datasource.hikari.validation-timeout=1000\n  spring.datasource.hikari.initialization-fail-timeout=1000\n  ```\n\n* 运行 GupaoeduLiveApplication\n\n# 界面截图\n\n\n\n![image-20201013231613775](https://gitee.com/mic112/gupao-admin/raw/main/readme.assets/image-20201013231613775.png)\n\n\n\n![image-20201013231621443](https://gitee.com/mic112/gupao-admin/raw/main/readme.assets/image-20201013231621443.png)\n\n\n\n![image-20201013231627638](https://gitee.com/mic112/gupao-admin/raw/main/readme.assets/image-20201013231627638.png)\n\n\n\n![image-20201013231633138](https://gitee.com/mic112/gupao-admin/raw/main/readme.assets/image-20201013231633138.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2227324689%2Fgupao-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2227324689%2Fgupao-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2227324689%2Fgupao-admin/lists"}