Skip to content

ByteNotes/aopcontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Springboot对Controller层方法进行统一异常处理

概述

使用AOP技术,封装Controller请求中的异常处理;

规范

  1. 函数返回值,统一为 ResultEntity
  2. 只对Controller层进行AOP拦截处理;

About

使用Aop,封装Controller请求时的异常处理

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages