Skip to content
View merge-simpson's full-sized avatar

Block or report merge-simpson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. demo-exception-handler demo-exception-handler Public

    <<interface>> ErrorCode를 통해 간편하고 유지보수 친화적인 에러 핸들링 구조를 지향합니다. 비대한 <<enum>> ErrorCode의 단점을 극복하고 편의성을 유지하며, 유지보수성을 높입니다. 또한 이를 핸들링하는 GlobalExceptionHandler 예제를 포함합니다.

    Java 5

  2. letsdev-error-code-api letsdev-error-code-api Public

    <<interface>> ErrorCode를 통해 간편하고 유지보수 친화적인 에러 핸들링 구조를 지향합니다. 비대한 <<enum>> ErrorCode의 단점을 극복하고 편의성을 유지하며, 유지보수성을 높입니다. 또한 일부 기능은 스프링 프레임워크에 의존하지 않고 사용하도록 제공됩니다.

    Java 2

  3. demo-cached-password-encoder-factory demo-cached-password-encoder-factory Public

    사용자 비밀번호 히스토리 관리를 위한 커스텀 솔트 기반 암호화, 인스턴스의 캐싱과 만료를 다룹니다.

    Java 1

  4. demo-validation-message-localization demo-validation-message-localization Public

    사용자 입력값의 유효성 오류 메시지에 대한 다국어 지원.

    Java