1 Star 0 Fork 21

微代购 / ruoyiplus_b2b2c

forked from mallcloud / ruoyiplus_b2b2c 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

fork https://github.com/kongshanxuelin/ruoyiplus 日期2019-12-12 加入QQ群讨论:QQ

RuoYiPlus简介

在RuoYi项目基础上改造,通过多模块的方式整合其他J2EE项目中经常被用到的功能模块;

RuoYi 是一个 Java EE 企业级快速开发平台,基于经典技术组合(Spring Boot、Apache Shiro、MyBatis、Thymeleaf、Bootstrap、Hplus),内置模块如:部门管理、角色用户、菜单及按钮授权、数据权限、系统参数、日志管理、通知公告等。在线定时任务配置;支持集群,支持多数据源。

3分钟教程

三步骤启动后台管理系统,layui开发UI,八成代码自动生成:

package com.sumslack.me;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.web.WebApplicationInitializer;
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
@ComponentScan(basePackages= {"com.ruoyi","com.sumslack.me"})
public class MainApplication extends SpringBootServletInitializer implements WebApplicationInitializer{
    public static void main(String[] args) {
        SpringApplication.run(MainApplication.class, args);
    }
}

启动后,即可看到后台管理系统:

  • 开发您的业务模块:进入后台,点击代码生成,选择一个表按需生成前后台代码即可。

RuoYiPlus新增特性

  1. 整合MybatisPlus,一键生成Model,Dao,Service等代码,提供灵活的数据库操控方式;
  2. 子系统生成;
  3. 表管理(自定义表单)
    • 独立数据库数据源
    • 单表CRUD代码自动生成
  4. 代码生成改造
    • 支持复杂表单代码的自动生成;
    • 模板管理;
  5. 整合数据推送(可选);
  6. UI根据layui的kit_admin完全重写;

RuoYi主要特性

  1. 完全响应式布局(支持电脑、平板、手机等所有主流设备)
  2. 强大的一键生成功能(包括控制器、模型、视图、菜单等)
  3. 支持多数据源,简单配置即可实现切换。
  4. 支持按钮及数据权限,可自定义部门数据权限。
  5. 对常用js插件进行二次封装,使js代码变得简洁,更加易维护
  6. 完善的XSS防范及脚本过滤,彻底杜绝XSS攻击
  7. Maven多项目依赖,模块及插件分项目,尽量松耦合,方便模块升级、增减模块。
  8. 国际化支持,服务端及客户端支持
  9. 完善的日志记录体系简单注解即可实现
  10. 缓存EhCache统一管理,支持快速切换为Redis缓存,集群Session缓存共享

演示图

The MIT License (MIT) Copyright (c) 2018 RuoYi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

项目是一套电商系统,包括前台商城系统及后台管理系统,小程序,微信商城,pc商城,基于SpringCloud+MyBatis-plus实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/weidaigou/ruoyiplus_b2b2c.git
git@gitee.com:weidaigou/ruoyiplus_b2b2c.git
weidaigou
ruoyiplus_b2b2c
ruoyiplus_b2b2c
master

搜索帮助