# springboot-web **Repository Path**: coderer/springboot-web ## Basic Information - **Project Name**: springboot-web - **Description**: 使用springboot做web开发的各种功能使用方法(属性/注解/验证/aop/切面/test) - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-web ![输入图片说明](https://images.gitee.com/uploads/images/2018/1126/093302_22bb9ff3_1421775.png "TIM截图20181126093201.png") ![输入图片说明](https://images.gitee.com/uploads/images/2018/1126/093311_a06fc1a8_1421775.png "TIM截图20181126093238.png") #### 项目介绍 springboot基础demo,包含以下内容 1、创建第一个Spring Boot应用 2、Spirng Boot中自定义属性配置 3、Spring Boot中Controller的使用 4、Spirng Boot中使用spirng-data-jpa和事务操作 5、表单验证 6、使用AOP处理请求 7、统一异常处理 8、单元测试