# springboot-base **Repository Path**: gl_git/springboot-base ## Basic Information - **Project Name**: springboot-base - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #springboot框架示例 #功能点介绍 #1 全局异常处理实现(适用restful api) com.gl.handler.CustomExceptionHandler #2 数据返回结果封装 Result #3 springboot properties文件多环境配置 application.properties application-dev.properties application-prod.properties 自定义属性读取 #4 重写basicErrorController定义错误页面 com.gl.handler.CustomErrorController #5 Aop Web层访问日志 com.gl.handler.WebLogAspectHandler #6 拦截器配置 CostomMvcConfigurer CustomInterceptor #7