# Makuboot2.0 **Repository Path**: hjh_698/makuboot2.0 ## Basic Information - **Project Name**: Makuboot2.0 - **Description**: 来自 maku-boot仓库的v2.0分支的修改 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-30 - **Last Updated**: 2024-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目说明 - maku-boot 码酷 朝露 是采用SpringBoot、SpringSecurity、Mybatis-Plus等框架,开发的一套SpringBoot快速开发系统 - maven多模块 可分别拆开部署maku-server模块 和 教务模块 广告模块 - 采用组件模式,扩展不同的业务功能,可以很方便的实现各种业务需求,且不会导致系统臃肿,若想使用某个组件,按需引入即可,反之亦然。 -2.X 可以用jdk8.0 quartz 定时任务模块 monitor 发送短信模块 ```` maku-boot ├─db 数据库SQL │ └─mysql MySQL 可替换成PostgreSQL │ ├─maku-boot-api API模块(用于各模块解耦 module调用接口)存储服务API、短信api(短信的实现在message模块! 如要添加发送邮件功能也放置在这里。) │ 后期可添加开放访问api **教务系统api调用** │ ├─maku-boot-module │ ├─maku-module-quartz 定时任务 │ ├─maku-module-monitor 监听模块 │ └─maku-module-message 短信模块 │ ├─maku-boot-new 新业务模块(用于开发新业务,不使用可删除)教务系统api实现 │ ├─maku-boot-system 系统模块(用户、角色、部门、菜单等系统功能) │ ├─maku-framework 基本框架模块 无业务 定义相关 配置类 安全类、exception、BaseEntity、基本不会变动 │ ├─maku-server 服务模块(父类下负责项目的配置、启动 ,分模块的话必须部署) │ ├─pom.xml maven依赖管理 ├─banner.txt 启动项目后输出至控制台 https://www.degraeve.com/img2txt.php?spm=a2c6h.12873639.article-detail.10.7acc2c9atRIrtI ```` ## 前端工程 - Gitee仓库:https://gitee.com/makunet/maku-admin - Github仓库:https://github.com/makunet/maku-admin ## 代码生成器 - Gitee仓库:https://gitee.com/makunet/maku-generator - Github仓库:https://github.com/makunet/maku-generator ## 交流和反馈 - 官方社区:https://maku.net - Gitee仓库:https://gitee.com/makunet/maku-boot - Github仓库:https://github.com/makunet/maku-boot ## 架构图 ![输入图片说明](images/0.png) ## 效果图 ![输入图片说明](images/1.jpg) ![输入图片说明](images/2.jpg) ![输入图片说明](images/3.jpg) ![输入图片说明](images/4.jpg)