在使用Eova业务拦截器时,如何返回提示系统?
用于返回类型为String的AOP拦截方法
return Easy.info("弹出一个提示消息-人之门");
return Easy.warn("弹出一个警告消息-地之门");
return Easy.error("弹出一个错误消息-天之门");
return "弹出一个默认提示";
throw new Exception("抛出一个业务异常!!");
PS:抛出异常和弹出消息会触发回滚,业务正常 return null;