簡體   English   中英

有什么方法可以在@Service上使用@ControllerAdvice

[英]Is there any way to use @ControllerAdvice on @Service

我有一個項目需求,我將沒有任何@Controller@RestController但是我需要為我的服務層提供一個全局異常處理程序,因此我需要在@Service上配置@ControllerAdvice ,請告訴我是否有其他方法也可以做到這一點。

@ControllerAdvice與Spring MVC控制器特別相關,因此您不能在任意bean上使用它。 您可能正在尋找的是使用@Aspect的常規Spring AOP支持。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM