未验证 提交 c9009ebc 编写于 作者: 码农大熊 提交者: Gitee

update README.md.

上级 c97bb1e5
### :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
<parent>
<groupId>com.gitee.pulanos.pangu</groupId>
<artifactId>pangu-framework-parent</artifactId>
<version>latest.version.xxx</version>
<relativePath/>
</parent>
```
```xml
<dependency>
<groupId>com.gitee.pulanos.pangu</groupId>
<artifactId>pangu-framework-spring-boot-starter</artifactId>
</dependency>
```
```xml
<dependency>
<groupId>com.gitee.pulanos.pangu</groupId>
<artifactId>pangu-framework-jdbc-spring-boot-starter</artifactId>
</dependency>
```
### :leaves: 代码生成插件安装
```xml
<plugin>
<groupId>com.gitee.pulanos.pangu</groupId>
<artifactId>pangu-framework-generator-maven-plugin</artifactId>
<version>5.0.6</version>
<configuration>
<url>jdbc:mysql://127.0.0.1:3306/pangu-examples</url>
<user>root</user>
<password>root123456</password>
<tables>user</tables>
<author>普蓝开源社区</author>
<!-- 可以使用绝对路径 -->
<entityFilePath>${project.basedir}/src/main/java/com/gitee/pulanos/pangu/showcases/crud/dao/entity</entityFilePath>
<entityPackageName>com.gitee.pulanos.pangu.showcases.crud.dao.entity</entityPackageName>
<mapperFilePath>${project.basedir}/src/main/java/com/gitee/pulanos/pangu/showcases/crud/dao/mapper</mapperFilePath>
<mapperPackageName>com.gitee.pulanos.pangu.showcases.crud.dao.mapper</mapperPackageName>
</configuration>
</plugin>
```
盘古开发框架(PanGu Dev Framework)是[普蓝开源](https://gitee.com/pulanos)生态下一套轻量灵活的Java开源企业级单体开发 & 微服务分布式开发治理框架。
### :maple_leaf: 获取更多资源
- :fa-book: 盘古框架开发指南
- :fa-flask: [盘古框架开发范例集合](https://gitee.com/pulanos/pangu-framework/tree/master/pangu-examples)
- :fa-linux: [普蓝开源社区](https://gitee.com/pulanos)
- :fa-book: [盘古框架项目主页&开发指南](https://pulanos.gitee.io/pangu-framework/)
- :fa-flask: [盘古框架开发范例集合](https://pulanos.gitee.io/pangu-framework/docs/examples-list)
- :fa-linux: [普蓝开源社区](https://pulanos.gitee.io/pangu-framework/docs/community/)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册