# 盘古开发框架
**Repository Path**: maohh/pangu-framework
## Basic Information
- **Project Name**: 盘古开发框架
- **Description**: 一套轻量灵活的Java开源企业级单体开发 & 微服务分布式开发治理框架。
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: https://pulanos.gitee.io/pangu-framework/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1367
- **Created**: 2021-12-31
- **Last Updated**: 2021-12-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### :mushroom: 介绍
盘古开发框架(PanGu Dev Framework)是[普蓝开源](https://gitee.com/pulanos)生态下一个简单、纯洁、成熟的技术开发框架。
:fa-book: 盘古框架开发指南 :fa-flask: [盘古框架开发范例集合](https://gitee.com/pulanos/pangu-framework/tree/master/pangu-examples) :fa-linux: [普蓝开源社区](https://gitee.com/pulanos)
### :sunflower: 框架安装
```xml
com.gitee.pulanos.pangu
pangu-framework-parent
latest.version.xxx
```
```xml
com.gitee.pulanos.pangu
pangu-framework-spring-boot-starter
```
```xml
com.gitee.pulanos.pangu
pangu-framework-jdbc-spring-boot-starter
```
### :leaves: 代码生成插件安装
```xml
com.gitee.pulanos.pangu
pangu-framework-generator-maven-plugin
5.0.6
jdbc:mysql://127.0.0.1:3306/pangu-examples
root
root123456
user
普蓝开源社区
${project.basedir}/src/main/java/com/gitee/pulanos/pangu/showcases/crud/dao/entity
com.gitee.pulanos.pangu.showcases.crud.dao.entity
${project.basedir}/src/main/java/com/gitee/pulanos/pangu/showcases/crud/dao/mapper
com.gitee.pulanos.pangu.showcases.crud.dao.mapper
```
### :maple_leaf: 获取更多资源
- :fa-book: 盘古框架开发指南
- :fa-flask: [盘古框架开发范例集合](https://gitee.com/pulanos/pangu-framework/tree/master/pangu-examples)
- :fa-linux: [普蓝开源社区](https://gitee.com/pulanos)