You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: /Users/seyunkim/workspace/project/2020-taggle/backend/web/src/main/java/com/woowacourse/taggle/HomeController.java uses or overrides a deprecated API.
@FunctionalInterfacepublicinterfaceErrorController {
/** * 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` */@DeprecatedStringgetErrorPath();
}
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.
참고자료
progress
The text was updated successfully, but these errors were encountered: