-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
ErrorCotnroller의 getErrorPath() deprecated 문제
description
Note: /Users/seyunkim/workspace/project/2020-taggle/backend/web/src/main/java/com/woowacourse/taggle/HomeController.java uses or overrides a deprecated API.
@FunctionalInterface
public interface ErrorController {
/**
* The return value from this method is not used; the property `server.error.path`
* must be set to override the default error page path.
* @return the error path
* @deprecated since 2.3.0 in favor of setting the property `server.error.path`
*/
@Deprecated
String getErrorPath();
}참고자료
progress
- 버그 수정
Reactions are currently unavailable