1 Star 1 Fork 0

code2roc / FastBoot

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

logo

FastBoot

一个基于企业级项目框架演化而来的快速开发内核,让开发变得简单、快捷!


前言:

FastBoot 介绍

FastBoot 是基于企业级项目框架演化而来的快速开发内核,提高开发效率专注于业务逻辑

提供数据库交互操作模板,集成ehcache/redis/quartz等第三方组件

内置常用过滤器拦截器,系统安全防护等功能,提供基于layui开发的后台管理页面

你只需要进行以下步骤就可以快速使用

  • 安装环境,mysql5.7,redis3.2.1,jdk1.8
  • 导入code文件夹下项目
  • 创建数据库(编码utf8mb4,排序规则utf8mb4_general_ci)
  • 执行脚本(fastboot.sql),修改数据库连接
  • 直接运行访问 http://localhost:9001/fastboot/index.html
  • 用户名:sysadmin 密码:1
MIT License Copyright (c) 2022 code2roc 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.

简介

基于SpringBoot2.0,由企业级项目框架演化而来的快速开发内核 展开 收起
取消

发行版 (2)

全部

贡献者

全部

近期动态

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

搜索帮助