xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

xlauch

xlauch 是基于springboot + mybatis + beetls 快速开发脚手架, 包含了用户管理,组织机构管理,角色管理,功能点管理,菜单管理,权限分配,数据权限分配,代码生成,二次开发等功能

系统基于Spring Boot 1.5技术,前端采用了easyUI。数据库MySQL为实例 .

QQ 交流群(224708661)

gitee下载地址:[email protected]:huangxy3/xlauch.git

1 使用说明

1.1 安装说明

1.1.1 导入doc/xlauch.sql (目前只提供MysqL版本)

1.1.2 修改application-*.properties 中数据库连接

# 主数据源
spring.datasource.druid.primary.url=jdbc:MysqL://localhost/xlauch?useUnicode=true&characterEncoding=utf-8&tinyint1isBit=false

spring.datasource.druid.primary.username=
spring.datasource.druid.primary.password= 
spring.datasource.druid.primary.driver-class-name=com.MysqL.jdbc.Driver

# 测试数据源(用于后面测试生成功能)
spring.datasource.druid.second.url=jdbc:MysqL://192.168.1.250:3306/jeeframe?useUnicode=true&characterEncoding=utf-8&tinyint1isBit=false
spring.datasource.druid.second.username=root
spring.datasource.druid.second.password=bNVOqb7WKLX5Bjnw+LMv92taj25KOxDimXxILPQjw42wgv+1lHzOH8kr97xDwWdhpY67QuYCS7sWN4W46YbkFA==
spring.datasource.druid.second.driver-class-name=com.MysqL.jdbc.Driver

1.1.3
配置redis

spring.redis.host=192.168.1.207
spring.redis.port=6379
spring.redis.password=5i841qaz
spring.redis.database=0
spring.redis.timeout=20000

1.1.4 发布到tomcat

xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

1.1.5 登录系统,用户名/密码(admin/123456).

xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

1.2 功能说明

1.2.1 权限管理

  • 菜单管理:可以配置到按钮

xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

1.2.2 二次开发

xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

-配置完成,选中点击预览

xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

  • 资源管理:管理工程目录及系统目录下任意文件,可以编辑文本文件

    xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

  • 定时任务:自由配置定时任务

    xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

  • 对象管理:只要选择库表,系统就自动生成CRUD功能(有小惊喜,建议用测试库测试,新增一张用户表试试)

    xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

  • xlauch 计划功能

    xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

2 其它说明

  • 项目中使用lombok,没有使用过的可以参与一下博文或自行百度
    lombok插件安装
    lombok使用说明

请作者喝杯茶:

xlauch 1.0 基于springboot + mybatis + beetls 快速开发脚手架

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐