本系列提供Solon Web方面的知识。主要涉到：

| 知识点                   | 涉及插件                      | 说明                                |
| --------------- | ------------------ | -------------------- |
| Mvc                       | `solon`                        | 内核层面已提供支持          |
| 安全                       | `solon-security-*`        | 参数校验、签权、加密等    |
| 持久层访问              | `solon-data`                | 还会涉及具体的orm框架     |
| 事务                       | `solon-data`                 |                                       |
| 缓存                       | `solon-cache-*`           |                                       |
| 视图                       | `solon-view-*`              |                                      |
| 国际化                    | `solon-i18n`                 |                                       |
| 序列化                    | `solon-serialization-*`   |                                      |
| 跨域                       | `solon-web-cors`          |                                      |
| 静态文件                 | `solon-web-staticfiles`   |                                      |


支持的 Web IDEA 插件（第三方）：

<table>
  <thead>
    <tr>
      <th width="210">项目</th>
      <th>归类</th>
      <th>备注</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>
        <a href="https://gitee.com/dromara/fast-request">Fast Request</a>
      </td>
      <td>IDEA 插件</td>
      <td>IDEA 上类似 postman 的工具。详见<a href="https://api-buddy.cn/guide/introduce.html#%E6%94%AF%E6%8C%81%E7%9A%84%E6%A1%86%E6%9E%B6">官网说明</a> </td>
    </tr>
    <tr>
      <td>
        <a href="https://gitee.com/newhoo/RestfulBox-Solon">RestfulBox-Solon</a>
      </td>
      <td>IDEA 插件</td>
      <td>RestfulBox 扩展插件，支持快速搜索 solon 接口和发送请求</td>
    </tr>
  </tbody>
</table>

**本系列演示可参考：**

[https://gitee.com/noear/solon-examples/tree/main/3.Solon-Web](https://gitee.com/noear/solon-examples/tree/main/3.Solon-Web)

