# lulu-starter
**Repository Path**: pwginfo/lulu-starter
## Basic Information
- **Project Name**: lulu-starter
- **Description**: 插件化的springboot配置,实现拿来即用
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2024-03-19
- **Last Updated**: 2026-02-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: 插件化, 后端架构, 一体化, 集成平台, SpringBoot
## README
lulu-boot-starter
### 项目介绍:
此项目呢,目前的想法是做一点拿来即用的东西,就是插件化开发,引入哪一个模块的功能,就能直接使用该模块的方法。让开发者尽量只注重业务层面
本项目基于APACHE2.0开源,使用时请根据国家法律法规,严禁非法项目使用。
### 如何使用
将此项目clone到本地,在根目录执行命令
```shell
mvn install
```
也可以使用idea等ide去去操作maven

install以后maven本地仓库会多出一些依赖

如果想要使用文件操作的模块,可以在项目的`pom.xml`中的dependencies中加入如下坐标:
```xml
com.lulu
lulu-file-operation-starter
0.0.1-SNAPSHOT
```
目前初步完成模块:
- `lulu-boot-starter-file` : [文件处理模块](./document/file.md)
- `lulu-boot-starter-db` :[数据库连接配置](./document/db.md)
- `lulu-boot-starter-web` :[web开发配置](./document/web.md)