Skip to content

Commit 8b4fd19

Browse files
committed
[FIX] spring-boot-exception
- 오타 수정
1 parent fc4f41e commit 8b4fd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootException/src/main/java/com/tistory/heowc/advice/GlobalRestControllerAdvicer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import javax.naming.NotContextException;
1212
import javax.servlet.http.HttpServletRequest;
1313

14-
@RestController
14+
@RestControllerAdvice
1515
public class GlobalRestControllerAdvicer {
1616

1717
private static final Logger logger = LoggerFactory.getLogger(GlobalRestControllerAdvicer.class);

0 commit comments

Comments
 (0)