# RuoYi-fast-ebean **Repository Path**: outersky/RuoYi-fast-ebean ## Basic Information - **Project Name**: RuoYi-fast-ebean - **Description**: 基于SpringBoot2.0的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、Ebean、Shiro没有任何其它重度依赖。直接运行即可用。 在 RuoYi-fast 的基础上,将底层数据库操作由MyBatis改成了Ebean。 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: http://ruoyi.vip - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 6050 - **Created**: 2021-01-20 - **Last Updated**: 2021-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README RuoYi 是一个完全开源的非常优秀的框架,支持各种项目类型的开发,详细了解请移步[RuoYi](https://gitee.com/y_project/) 本项目基于RuoYi-fast,替换了部分组件重构而成。 # 启动 mvn spring-boot:run 直接作为spring-boot项目运行即可,默认配置使用了h2数据库,且会自动建表,自动插入初始数据. # 访问 http://localhost:8080 # 使用其它数据库 参见 doc/init.md 文档