# spring-brick-example **Repository Path**: victorcode/springboot-plugin-framework-example ## Basic Information - **Project Name**: spring-brick-example - **Description**: spring-brick 框架功能测试+案例 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 100 - **Created**: 2024-10-25 - **Last Updated**: 2024-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-brick-example #### 介绍 `spring-brick` 功能测试+案例 #### 对应版本号 `3.0.0` #### 运行方式 1. 将`sql/plugin-test-example.sql`文件导入到`mysql`数据库 2. 修改各个模块对数据库连接配置信息 3. 打包插件: `mvn clean package` 4. 进入主程序`example-main` 启动 `Application` #### 打包生产环境插件包命令 `mvn clean package -P prod` `windows`测试可参考: `package.bat` #### 目录说明 ```properties example-main: 主程序 example-plugins-basic: 基本案例插件 example-basic-1: 基本案例插件1 example-basic-2: 基本案例插件2 example-plugins-cloud: 微服务案例插件 example-plugin-cloud-nacos: 集成nacos案例 example-plugins-db: 连接数据库案例 example-jpa: jpa插件案例 example-mybatis-plus: mybatis-plus插件案例 ``` #### 框架源码地址 [https://gitee.com/starblues/springboot-plugin-framework-parent](https://gitee.com/starblues/springboot-plugin-framework-parent) #### 对应文档 [https://www.yuque.com/starblues/spring-brick-3.0.0](https://www.yuque.com/starblues/spring-brick-3.0.0)