Skip to content
View realimp's full-sized avatar
Block or Report

Block or report realimp

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. rest-utils rest-utils Public

    Небольшой набор вспомогательных классов для Spring Boot 3.x Web приложений

    Java

  2. Spring WebFlux global exception hand... Spring WebFlux global exception handling
    1
    @Component
    2
    @Order(-2)
    3
    public class GlobalWebExceptionHandler extends AbstractErrorWebExceptionHandler {
    4
        private final Logger logger = LoggerFactory.getLogger(GlobalWebExceptionHandler.class);
    5
    
                  
  3. Spring Security Exceptions handling Spring Security Exceptions handling
    1
    import com.fasterxml.jackson.databind.ObjectMapper;
    2
    import io.micrometer.observation.ObservationPredicate;
    3
    import io.micrometer.observation.ObservationRegistry;
    4
    import jakarta.servlet.http.HttpServletResponse;
    5
    import org.springframework.beans.factory.annotation.Value;