Spring 28

[Spring Batch] Configuring and Running a Job - (3) Configuring a JobRepository

https://docs.spring.io/spring-batch/docs/current/reference/html/job.html#configuringJobRepository Configuring and Running a Job If a group of Jobs share similar but not identical configurations, it may help to define a “parent” Job from which the concrete Job instances can inherit properties. Similar to class inheritance in Java, a “child” Job combines its elements and attr docs.spring.io 틀린 해석이..

Web/spring 2023.03.16

[Spring Batch] The Domain Language of Batch - (2) Step

https://docs.spring.io/spring-batch/docs/current/reference/html/domain.html#step The Domain Language of Batch To any experienced batch architect, the overall concepts of batch processing used in Spring Batch should be familiar and comfortable. There are “Jobs” and “Steps” and developer-supplied processing units called ItemReader and ItemWriter. However, be docs.spring.io 틀린 해석이 있다면 알려주세요 🪴 Step ..

Web/spring 2023.03.12

[Spring Framework core] 1.6. Customizing the Nature of a Bean (3)

https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-factory-aware Core Technologies In the preceding scenario, using @Autowired works well and provides the desired modularity, but determining exactly where the autowired bean definitions are declared is still somewhat ambiguous. For example, as a developer looking at ServiceConfig, how do docs.spring.io 틀린 해석이 있다면 ..

Web/spring 2023.03.05

[Spring Reading Code] ErrorController.java

좋은 코드 읽어보기!! 보면서 어떻게 썼는지, 어떻게 만들어졌는지 분석하면 스스로 좋은 코드를 쓰는 법이 자연스럽게 생길 것 같아 꾸준히 해보려고 한다 오늘 파헤쳐볼 코드는 ErrorController 인터페이스이며, 에러가 났을때 페이지를 구현 할 수 있도록 해준다 내가 자체적으로 에러페이지를 구현하고 싶을 때 쓰는 거고 썸네일에도 보면 예외처리에 대한 에러페이지를 따로 구현 하고 싶어서 사용했다 /* * Copyright 2012-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance..

Web/ReadingCode 2023.02.22

[Spring framework Web MVC docs] 1.6. Asynchronous Requests

https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#mvc-ann-async Web on Servlet Stack Spring Web MVC is the original web framework built on the Servlet API and has been included in the Spring Framework from the very beginning. The formal name, "Spring Web MVC," comes from the name of its source module (spring-webmvc), but it is more commonl docs.spring.io 틀린 해석이나 내용이 있다..

Web/spring 2023.02.15

[Spring framework Web MVC docs] 1.3.5 DataBinder ~ 1.3.6 Exception

공부할때마다 느끼지만..... 영어를.....잘했다면.... 번역기 안돌리고... 이게 맞게 해석한건가... 걱정하면서...공부를...안할텐데.......... ......또르르...... 아무튼... 오늘 목표는 1.3.7 까지 틀린 해석이 있다면 알려주세요 1.3.5 DataBinder @Controller or @ControllerAdvice 는 WebDataBinder 의 인스턴스를 초기화하는 @InitBinder 를 사용할 수 있다. Bind request parameters (that is, form or query data) to a model object. Convert String-based request values (such as request parameters, path varia..

Web/spring 2023.02.02

[Spring framework Web MVC docs] 1.3.3 Handler Methods

틀린 해석이 있다면 알려주세요 https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#mvc-ann-methods Web on Servlet Stack Spring Web MVC is the original web framework built on the Servlet API and has been included in the Spring Framework from the very beginning. The formal name, "Spring Web MVC," comes from the name of its source module (spring-webmvc), but it is more commonl docs.sprin..

Web/spring 2023.02.01
728x90