We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4f41e commit 8b4fd19Copy full SHA for 8b4fd19
SpringBootException/src/main/java/com/tistory/heowc/advice/GlobalRestControllerAdvicer.java
@@ -11,7 +11,7 @@
11
import javax.naming.NotContextException;
12
import javax.servlet.http.HttpServletRequest;
13
14
-@RestController
+@RestControllerAdvice
15
public class GlobalRestControllerAdvicer {
16
17
private static final Logger logger = LoggerFactory.getLogger(GlobalRestControllerAdvicer.class);
0 commit comments