# basespringboot **Repository Path**: return_bug/basespringboot ## Basic Information - **Project Name**: basespringboot - **Description**: springBoot 多模块开发脚手架整合 - **Primary Language**: Java - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 4 - **Created**: 2019-07-03 - **Last Updated**: 2021-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README springBoot 多模块开发脚手架 整合 - mybatis-plus 持久化框架 自带分页 - swagger 接口整理工具 - druid 数据库连接池 - logback 日志 - rabbitmq 消息队列 - redis 缓存 // 本来是想把 Redis.properties 文件放在spring-boot-redis resource文件里 但是RedisProperties类只能加载Controller模块下redis.properties @PropertySource(value ={"classpath:redis.properties"} - shiro 权限控制 - websocket 消息推送 - xxl-job 定时任务 - solr 搜索服务器