1 Star 0 Fork 246

luoweiw / micro-fast

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

欢迎查看ms项目说明

License

项目简介

micro-fast使用mybatis,spring系列框架作为基础,致力于打造一套中小企业系统解决方案.项目中对常用技术进行封装便于复用以及提高 开发效率,还提供了一个借助springcloud实现的一个分布式项目.

模块介绍

micro-fast
├── boot-starter -- 借助spring boot自建快速启动项目
|    ├── boot-starter-elasticsearch -- elasticsearch快速启用
|    ├── boot-starter-fastdfs-client -- fastdfs客户端
|    ├── boot-starter-maven-plugin -- maven的一系列插件
|    |    └── mybatis-generator-extend-maven-plugin -- 用于简化mybatis-generator生成代码的流程
|    ├── boot-starter-security -- 权限认证 
|    |    ├── boot-starter-security-core -- 权限认证核心项目
|    |    ├── boot-starter-security-browser -- 浏览器权限认证
|    |    ├── boot-starter-security-app -- app权限认证 
|    |    └── boot-starter-security-demo -- 权限认证示例项目
|    ├── boot-starter-ssm  -- ssm公共配置
|    └── boot-starter-util -- 常用工具
├── ms -- 分布式系统
|    ├── config-server -- 配置管理中心
|    ├── register-center1 -- 高可用注册中心
|    ├── register-center2 -- 高可用注册中心
|    ├── gateway  -- 服务网关
|    ├── upms  -- 权限管理系统
|    ├── ucenter  -- 用户中心
|    └── cms -- cms系统
├── ms-web -- 后台管理系统页面
├── all-in-one -- ms系统的集中式实现

整体技术选型

技术名称 版本 技术使用 地址
jdk 1.8.0_144 java开发环境 官网
mysql 5.7 关系型数据库 官网
redis 3.0.6 缓存数据库 官网,中文站
maven 3.3.9 项目管理工具 官网
docker 1.12.6 容器技术 官网
springBoot 1.5.9.RELEASE 微服务入门框架 官网
springCloud Edgware.RELEASE 微服务框架 官网,中文文档
mybatis 3.4.4 数据持久化框架 官网
mybatis-generator 1.3.5 mybatis代码生成 github地址
mybatis-pagehelper 4.1.0 mybatis分页插件 github地址
nodejs v8.4.0 web项目开发,静态资源http服务器 官网
npm 3.10.7 nodejs模块管理工具 官网
vuejs 2.5.2 前端视图框架 官网
vue-router 3.0.1 前端路由 官网
vuex 3.0.1 单向数据流 官网
axios 0.17.1 ajax请求框架 github地址
elemnet-ui 2.0.8 前端视图库 官网
swagger 2.6.1 文档生成 官网

整体开发进度

各模块的详细介绍

The MIT License (MIT) Copyright (c) 2017 李守余 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. 本项目虽为开源,但未经允许禁止用于申请专利.

简介

使用springcould搭建一套中小企业解决方案 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/smallboat/micro-fast.git
git@gitee.com:smallboat/micro-fast.git
smallboat
micro-fast
micro-fast
master

搜索帮助