전체 글 (291) 썸네일형 리스트형 [JAVA 8↑] Stream https://java-8-tips.readthedocs.io/en/stable/streamsapi.html 6. Stream API — Java 8 tips 1.0 documentation Docs » 6. Stream API Edit on GitHub 6. Stream API In the previous chapter you saw how streams are related to collections, various stream sources and kind of stream operations. In this chapter we will have an extensive look at various operations supported java-8-tips.readthedocs.io https://d.. [Spring Boot Web Servlet] 1.1.10. Error Handling https://docs.spring.io/spring-boot/docs/current/reference/html/web.html#web.servlet.spring-mvc.error-handling Web Graceful shutdown is supported with all four embedded web servers (Jetty, Reactor Netty, Tomcat, and Undertow) and with both reactive and servlet-based web applications. It occurs as part of closing the application context and is performed in the earliest docs.spring.io 틀린 내용은 알려주시면 .. [JAVA 8↑] lambda expression https://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html Lambda Expressions (The Java™ Tutorials > Learning the Java Language > Classes and Objects) The Java Tutorials have been written for JDK 8. Examples and practices described in this page don't take advantage of improvements introduced in later releases and might use technology no longer available. See Java Language Changes.. [Thymeleaf + Spring] 18 Appendix A: Expression Basic Objects https://www.thymeleaf.org/doc/tutorials/3.1/usingthymeleaf.html#appendix-a-expression-basic-objects Tutorial: Using Thymeleaf 1 Introducing Thymeleaf 1.1 What is Thymeleaf? Thymeleaf is a modern server-side Java template engine for both web and standalone environments, capable of processing HTML, XML, JavaScript, CSS and even plain text. The main goal of Thymeleaf is to provide a www.thymeleaf.o.. [Spring Framework integration] 1. REST Clients Map vars = Collections.singletonMap("hotel", "42"); String result = restTemplate.getForObject( "https://example.com/hotels/{hotel}/rooms/{hotel}", String.class, vars); https://docs.spring.io/spring-framework/docs/current/reference/html/integration.html#rest-client-access Integration The Spring Framework provides abstractions for the asynchronous execution and scheduling of tasks with the TaskExe.. [Spring Security] Spring MVC Integration Spring Security / Servlet Applications / Integrations / Spring MVC https://docs.spring.io/spring-security/reference/servlet/integrations/mvc.html Spring MVC Integration :: Spring Security Spring Security provides AuthenticationPrincipalArgumentResolver, which can automatically resolve the current Authentication.getPrincipal() for Spring MVC arguments. By using @EnableWebSecurity, you automatical.. [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 틀린 내용은 알려주시면 감사합.. [Spring framework Web MVC docs] 2. REST Clients https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#webmvc-client 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 틀린 해석이나 내용이 있다.. 이전 1 ··· 26 27 28 29 30 31 32 ··· 37 다음