# forest-example **Repository Path**: happysoft/forest-example ## Basic Information - **Project Name**: forest-example - **Description**: Forest框架的示例工程 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2021-03-09 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Forest框架的示例工程 ### 介绍 此工程用于展示如何使用 [Forest](https://gitee.com/dt_flys/forest) 框架 ### 运行方式 1. 下载代码 git clone https://gitee.com/dt_flys/forest-example.git 2. 导入IDEA或Eclipse 3. 执行`ForestExampleApplication`类的`main`方法 4. 本示例工程使用了Swagger,所以可以通过Swagger的UI页面进行方便的调试查看。进入Swagger页面的URL: http://localhost:8080/swagger-ui.html