# Admin **Repository Path**: xudoudou/Admin ## Basic Information - **Project Name**: Admin - **Description**: 管理后台(JAVA + HTML5) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2017-09-01 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 管理平台 ### ![演示地址](http://139.224.11.152:8888/admin/index.html "请点击我") ### 登录账户 13696517880 111111 * 使用技术 1. H+ 样式框架 http://www.zi-han.net/theme/hplus/ 2. layui 前端模块 http://www.layui.com/ 3. bootstrap作为ui展示框架 4. Springboot作为后端基础框架 * 使用技术 1. 菜单与按钮的权限控制 2. 统一网络请求 * 注意事项 1. 前端版本控制 index.html 最后的 layui.config.version 来控制 2. 本地不执行 ant 脚本,每次发布版本jenkins会执行build.xml 来选择前端的执行环境 * QUICK START 1. 创建本地数据库名:admin,用户名密码:root,root,并且执行db.sql 2. 运行com.ctim.web.startup.Application,启动参数:--spring.profiles.active=dev (Application启动后自动运行jetty-runner可以访问静态页面,端口:9090)