book-api/maku-boot-module
阿沐 bbf927bf79 https://gitee.com/makunet/maku-boot/issues/I72AMD 2023-05-22 13:32:19 +08:00
..
maku-module-generator https://gitee.com/makunet/maku-boot/issues/I72AMD 2023-05-22 13:32:19 +08:00
maku-module-message 格式化 2023-03-21 11:16:38 +08:00
maku-module-monitor 新增在线用户监控,可踢出在线用户 2023-05-20 23:38:31 +08:00
maku-module-quartz 格式化 2023-03-14 14:08:04 +08:00
pom.xml 新增系统监控 2022-11-23 13:05:17 +08:00
README.md 更新说明 2022-10-11 11:14:28 +08:00

说明

maku-boot 是采用组件模式,扩展不同的业务功能,可以很方便的实现各种业务需求,且不会导致系统臃肿,若想使用某个组件,按需引入即可,反之亦然。

引入

如果需要使用对应的组件,如:maku-boot-quartz,则需要在maku-boot/maku-server/pom.xml里面引入,如下所示:

<dependency>
    <groupId>net.maku</groupId>
    <artifactId>maku-boot-quartz</artifactId>
    <version>${revision}</version>
</dependency>

SQL语句

引入组件时还需要执行对应的SQL文件初始化表结构和菜单等。 如果使用的是MySQL数据库则需要执行以下SQL文件

maku-boot/db/mysql/module/maku-module-quartz.sql