Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErrorCotnroller의 getErrorPath() deprecated 문제 #181

Open
1 task
ksy90101 opened this issue Aug 23, 2020 · 0 comments
Open
1 task

ErrorCotnroller의 getErrorPath() deprecated 문제 #181

ksy90101 opened this issue Aug 23, 2020 · 0 comments
Labels
💻BE 백엔드 관련 작업 🚨버그 Something isn't working

Comments

@ksy90101
Copy link
Collaborator

ksy90101 commented Aug 23, 2020

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

  • 버그 수정
@ksy90101 ksy90101 added 🚨버그 Something isn't working 💻BE 백엔드 관련 작업 labels Aug 23, 2020
@ksy90101 ksy90101 changed the title ErrorCotnroller의 getErrorPath() deprecated로 인한 수정 ErrorCotnroller의 getErrorPath() deprecated 문제 Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻BE 백엔드 관련 작업 🚨버그 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant