Skip to content

ErrorCotnroller의 getErrorPath() deprecated 문제 #181

@ksy90101

Description

@ksy90101

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

  • 버그 수정

Metadata

Metadata

Assignees

No one assigned

    Labels

    💻BE백엔드 관련 작업🚨버그Something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions