Spring Framework 20

[Spring framework Web MVC docs] 1.10. HTTP Caching

https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#mvc-caching 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.18

[Spring framework Core] 5. Aspect Oriented Programming with Spring (1)

https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop 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.02.16

[Spring framework testing] 5. Spring TestContext Framework (1)

https://docs.spring.io/spring-framework/docs/current/reference/html/testing.html#testcontext-framework Testing The classes in this example show the use of named hierarchy levels in order to merge the configuration for specific levels in a context hierarchy. BaseTests defines two levels in the hierarchy, parent and child. ExtendedTests extends BaseTests and instruct docs.spring.io 틀린 부분이 있으면 알려주세..

Web/spring 2023.02.09

[Spring framework Web MVC docs] 1.8. Error Responses

틀린 해석이 있다면 알려주세요 https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#mvc-ann-rest-exceptions https://www.rfc-editor.org/rfc/rfc7807.html RFC 7807: Problem Details for HTTP APIs www.rfc-editor.org A common requirement for REST services is to include details in the body of error responses. The Spring Framework supports the "Problem Details for HTTP APIs" specification, RFC..

Web/spring 2023.02.04

[Spring framework Web MVC docs] 1.3.2 Request Mapping

틀린 해석이 있다면 알려주세요 spring document 공식문서 보고 공부하는 중 https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#mvc-ann-requestmapping @Controller @RestController 기본 클래스를 확장하거나 특정 인터페이스 구현 필요 X @RestController 는 메타 주석이 추가되어 렌더링할 수 있도록 함 -> @Controller, @ResponseBody 등 1.3.2. Request Mapping @RequestMapping 주석을 이용하여 컨트롤러 매핑 가능 @RestController @RequestMapping("/persons") class PersonC..

Web/spring 2023.02.01
728x90