# 安装

# 后端

使用 Maven 引入 bdPlugin-appengine 包到项目中(一般在项目初期就已经引入了)

<dependency>
    <groupId>com.badou</groupId>
    <artifactId>bdPlugin-appengine</artifactId>
    <version>${appengine.version}</version>
</dependency>

# 前端

从框架fork出来的代码都已内置面板模块,无需安装