반응형

Spring RestTemplate 예외 : "확장 할 수있는 변수가 충분하지 않음"

If you have a few years of experience in the Java ecosystem, and you're interested in sharing that experience with the community (and getting paid for your work of course), have a look at the "Write for Us" page. Cheers, Eugen 1. 개요 이 짧은 튜토리얼에서는 Spring의 RestTemplate 예외를 자세히 살펴볼 것입니다. IllegalArgumentException : 확장 할 수있는 변수가 충분하지 않습니다. 먼저이 예외의 주요 원인에 대해 자세히 설명합니다. 그런 다음 생산 방법과 마지막으로 해결 방법을 보여줄 것입니..

Spring 2021.03.11

Spring WebFlux에서 오류 처리

If you have a few years of experience in the Java ecosystem, and you're interested in sharing that experience with the community (and getting paid for your work of course), have a look at the "Write for Us" page. Cheers, Eugen 1. 개요 이 튜토리얼에서는 실제 예제를 살펴보면서 Spring WebFlux 프로젝트에서 오류를 처리하는 데 사용할 수있는 다양한 전략을 살펴볼 것 입니다. 또한 한 전략을 다른 전략보다 사용하는 것이 유리할 수있는 부분을 지적하고 마지막에 전체 소스 코드에 대한 링크를 제공합니다. 2. 예제 설정 Ma..

Spring 2021.03.10

AuthenticationProvider를 사용하여 로그인 할 때 쿠키 만료 시간을 설정하는 방법

AuthenticationProvider를 사용하여 로그인 할 때 쿠키 만료 시간을 설정하는 방법 1. 질문(문제점): 사용자 지정 AuthenticationProvider로 인증하고 있습니다. @Component public class AuthProvider implements AuthenticationProvider { @Override public UserData authenticate(Authentication authentication) throws AuthenticationException { return (UserData) authentication; } @Override public boolean supports(Class authentication) { return authenticati..

Spring 2021.03.10

Map.Entry Java 클래스 사용

If you have a few years of experience in the Java ecosystem, and you're interested in sharing that experience with the community (and getting paid for your work of course), have a look at the "Write for Us" page. Cheers, Eugen 1. 개요 우리는 종종 맵을 사용하여 키-값 쌍 모음을 저장합니다. 그런 다음 어떤 시점에서 종종 반복 해야 합니다 . 이 튜토리얼에서는 Map.Entry 를 사용하는 것이 도움이 될 수있는시기를 강조하면서 여러 맵 반복 방법을 비교 합니다. 그런 다음 Map.Entry 를 사용하여 튜플을 만드는 방법을 ..

Spring 2021.03.10

compareTo 메서드 구현 가이드

If you have a few years of experience in the Java ecosystem, and you're interested in sharing that experience with the community (and getting paid for your work of course), have a look at the "Write for Us" page. Cheers, Eugen 1. 개요 Java 개발자로서 우리는 종종 컬렉션으로 그룹화 된 요소를 정렬해야합니다. Java를 사용하면 모든 유형의 데이터로 다양한 정렬 알고리즘을 구현할 수 있습니다 . 예를 들어, 알파벳 순서, 알파벳 역순 또는 길이를 기준으로 문자열을 정렬 할 수 있습니다. 이 자습서에서는 정렬을 가능하게 하는 ..

Spring 2021.03.10

Spring XML 구성-java.awt.Color 값 List

Spring XML 구성-java.awt.Color 값 List 1. 질문(문제점): 나는 List을 주입하기 위해 노력하고있어 Color에서을 java.awt.Color내 Bean으로. 내 XML에는 다음이 있습니다. BLUE GREEN 문제는 그것을 볼 수 있습니다 BLUE와 GREEN같은 String내가 응용 프로그램을 실행할 때 내가 오류 말하는 유형 불일치를 얻을 색에 문자열을 캐스팅 할 수 없습니다. 하지만 유형을 지적했는데 무엇이 문제입니까? 이 작업을 올바르게 수행하는 방법은 무엇입니까? 클래스: public class TwoPlayer { public Color[] Colors; public void setColors(Color[] colors) { Colors = colors; } ....

Spring 2021.03.10

메시지 보간 Spring Validation 중에 예외가 발생했습니다.

메시지 보간 Spring Validation 중에 예외가 발생했습니다. 1. 질문(문제점): 컨트롤러에서 일부 데이터의 유효성을 검사하는 방법이 있습니다. 이 방법에서는 두 개의 다른 유효성 검사기로 들어오는 데이터의 유효성을 검사합니다. 각 유효성 검사기는 제출 된 데이터로 일부 프로세스를 만들고 런타임 예외가있는 경우 false를 반환합니다. @RestController @RequestMapping(value = "/inputs") public class InputValidationController{ private final SpringValidatorAdapter adapter; @Inject public InputValidationController(Validator validator) { th..

Spring 2021.03.10

Spring을 사용하여 양식에서 편집되지 않은 개체를 얻는 방법

Spring을 사용하여 양식에서 편집되지 않은 개체를 얻는 방법 1. 질문(문제점): 애플리케이션에 체크 아웃을위한 간단한 컨트롤러가 있습니다 . 처음에는 주문의 대상인 양식으로 이전합니다. @GetMapping public String getOrderForm(Model model){ model.addAttribute("orderForm", new OrderDto()); model.addAttribute("deliveryType", orderService.getDeliveryTypeList()); model.addAttribute("paymentType", orderService.getPaymentTypeList()); return "create-order"; } 그 후 사용자는이 개체의 2 개 필드를 ..

Spring 2021.03.10

양식의 여러 제출 단추

If you have a few years of experience in the Java ecosystem, and you're interested in sharing that experience with the community (and getting paid for your work of course), have a look at the "Write for Us" page. Cheers, Eugen 1. 개요 이 빠른 자습서에서는 Spring MVC에서 양식을 시작하면서 빌드 하고 동일한 URI에 매핑 하는 JSP 양식에 버튼을 하나 더 추가 합니다. 2. 짧은 요약 이전에는 직원의 세부 정보를 입력하고 메모리에 저장하는 작은 웹 애플리케이션을 만들었습니다. 먼저 엔터티를 바인딩하는 Employee ..

Spring 2021.03.10

SpringBoot White 페이지

SpringBoot White 페이지 1. 질문(문제점): 방금 SpringBoot를 배우기 시작했습니다. 나는 스프링 부트 빌트인 tomcat을 사용하여 스프링 부트 프로그램을 실행합니다. 그러나 페이지를 방문하려고하면 Whitelabel 오류 페이지가 표시 됩니다. 이 프로그램을 시작하면 다음과 같이 표시됩니다. 내 프로그램과 바람둥이가 성공적으로 시작한다고 생각합니다. 이것은 내 시작 코드입니다 : DemoApplication.java @SpringBootApplication public class DemoApplication extends SpringBootServletInitializer { @Override protected SpringApplicationBuilder configure(Spr..

Spring 2021.03.10
반응형