All Projects → enilu → Guns Lite

enilu / Guns Lite

Licence: mit
基于spring boot脚手架项目,spring data jpa+Spring Boot2+bootstrap完整的后台管理系统

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Guns Lite

Danyuan Application
初学者 spirng-boot版本
Stars: ✭ 47 (-90.43%)
Mutual labels:  spring-boot, bootstrap
Notes
算法刷题指南、Java多线程与高并发、Java集合源码、Spring boot、Spring Cloud等笔记,源码级学习笔记后续也会更新。
Stars: ✭ 256 (-47.86%)
Mutual labels:  spring-boot, javaee
Cloud Portal
Self service web portal for different Cloud platforms like Azure, AWS and VMWare vSphere.
Stars: ✭ 60 (-87.78%)
Mutual labels:  spring-boot, bootstrap
Todo List App
Spring Boot 1.3.2, Spring Data Hibernate H2, REST, Angular 1.5.3, Bootstrap, Maven.
Stars: ✭ 6 (-98.78%)
Mutual labels:  spring-boot, bootstrap
Efo
EFO是一个基于SpringBoot和Vue构建的文件分享系统,包括文件的上传与下载,文件的权限管理,远程文件管理等功能。
Stars: ✭ 327 (-33.4%)
Mutual labels:  spring-boot, javaee
Spring Mvc Thymeleaf Crud
Spring MVC CRUD Application with Thymeleaf, HTML5, CSS3 and Bootstrap
Stars: ✭ 14 (-97.15%)
Mutual labels:  spring-boot, bootstrap
Material Admin
A Material Designed Admin Framework based on Spring boot2 And Bootstrap
Stars: ✭ 196 (-60.08%)
Mutual labels:  spring-boot, bootstrap
Istock
👉一个基于spring boot 实现的java股票爬虫(仅支持A股),如果你❤️请⭐️ . V2升级版正在开发中!
Stars: ✭ 622 (+26.68%)
Mutual labels:  spring-boot, bootstrap
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (-37.07%)
Mutual labels:  spring-boot, bootstrap
Angularjs Springmvc Sample
A RESTful sample using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer
Stars: ✭ 292 (-40.53%)
Mutual labels:  spring-boot, bootstrap
Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (+53.77%)
Mutual labels:  spring-boot, bootstrap
Spring Boot Tutorial
Spring Boot Tutorial takes you to learn Spring Boot step by step with a large number of samples.Spring Boot Tutorial 是一本关于 Spring Boot 学习的开源书。用大量实例带你一步一步走进 Spring Boot 的世界。
Stars: ✭ 399 (-18.74%)
Mutual labels:  spring-boot, bootstrap
Oneblog
👽 OneBlog,一个简洁美观、功能强大并且自适应的Java博客
Stars: ✭ 678 (+38.09%)
Mutual labels:  spring-boot, bootstrap
Tweetmap
A real time Tweet Trend Map and Sentiment Analysis web application with kafka, Angular, Spring Boot, Flink, Elasticsearch, Kibana, Docker and Kubernetes deployed on the cloud
Stars: ✭ 28 (-94.3%)
Mutual labels:  spring-boot, bootstrap
Febs Shiro
Spring Boot 2.4.2,Shiro1.6.0 & Layui 2.5.6 权限管理系统。预览地址:http://47.104.70.138:8080/login
Stars: ✭ 5,655 (+1051.73%)
Mutual labels:  spring-boot, bootstrap
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (-84.93%)
Mutual labels:  spring-boot, bootstrap
Easyee
开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.
Stars: ✭ 275 (-43.99%)
Mutual labels:  spring-boot, javaee
Spring Boot Angular2
spring boot backend, angular2 frontend with webpack, typescript, sass, bootstrap4, karma, jasmine
Stars: ✭ 396 (-19.35%)
Mutual labels:  spring-boot, bootstrap
Favorites Web
云收藏 Spring Boot 2.X 开源项目
Stars: ✭ 4,485 (+813.44%)
Mutual labels:  spring-boot, bootstrap
Moduliths
Building modular, monolithic applications using Spring Boot
Stars: ✭ 478 (-2.65%)
Mutual labels:  spring-boot

Guns-lite

前言

  • guns-lite是在guns的基础上将数据库层由mybatis替换为spring data jpa的系统。
  • guns-lite是一个基于spring boot的后台管理系统。
  • 另提供前后端分离(vue)版本web-flash

分支

  • master,主分支,稳定版
  • admin-flat 该分支将guns-admin页面更改为扁平化风格,去掉iframe+标签页的形式,(已经停止维护,不再添加新功能和修复bug)

flat

  • oracle, 该分支将底层数据使用oracle。(已停止维护该分支-,建议用户如果需要用到oracle,可以基于master分支进行改造,改造过程可以参考该分支)
  • dev,开发分支,新功能都会在改分支上开发,不建议使用该分支,不稳定

目录说明

  • guns-admin 一个成熟的后台管理系统,完全具备了后台管理系统的基本功能
  • guns-utils 工具包
  • guns-dao dao层
  • guns-entity 实体层
  • guns-service 服务层

演示

技术选型

  • 核心框架:spring boot
  • 数据库层:spring data jpa
  • 安全框架:Shiro
  • 数据库连接池:Druid
  • 缓存:Ehcache
  • 前端:Beetl模版+Bootstrap

包含的功能

guns-lite包含了成熟的后台管理功能guns-admin 上面两者包含的功能一致:

  • 部门管理
  • 用户管理
  • 角色管理
  • 菜单管理
  • 权限分配
  • 参数管理
  • 数据字典
  • 定时任务
  • 业务日志
  • 登录日志

使用

  • 克隆本项目
  • 导入idea或者eclipse,确保开发工具安装了lombok插件,如果不了解该插件,请自行google
  • 创建数据库:
CREATE DATABASE IF NOT EXISTS gunslite DEFAULT CHARSET utf8 COLLATE utf8_general_ci; 
CREATE USER 'gunslite'@'%' IDENTIFIED BY 'gunslite123';
GRANT ALL privileges ON gunslite.* TO 'gunslite'@'%';
flush privileges;

  • 更改配置文件中相应数据库配置
  • guns-dmin启动的时候回自动创建表并导入src/main/resources/import.sql到数据库中,所以无需开发人员自己初始化表结构
  • 启动guns-admin
  • 访问 http://localhost:8080, 登录,用户名密码:admin/admin
  • demo

文档

感谢

  • stylefeng 没有他就没有guns,没有guns就没有这个guns-lite

交流

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].