# easy-web **Repository Path**: dream-deeply-tyu/easy-web ## Basic Information - **Project Name**: easy-web - **Description**: 这是一个快速初始化 SpringBoot 项目的脚手架,目前整合了AOP校验,统一异常处理,统一返回结果等功能。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-08 - **Last Updated**: 2024-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目文档介绍 [脚手架搭建 | DreamRain (cmty256.github.io)](https://cmty256.github.io/pages/ebb9f9/) ## Knife4j 接口文档访问地址: http://localhost:7529/api/doc.html ## 文件结构 ```text com.chenmeng ├── project │ └── annotation // 自定义注解 │ └── aop // AOP 拦截器 │ └── config // 全局配置 │ └── constant // 通用常量 │ └── controller // 控制层 │ └── exception // 异常处理 │ └── mapper // 数据访问层 │ └── model // 模型层 │ └── service // 业务层 ```