サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
衆院選
docs.spring.io
Summary: Nested | Field | Constr | Method Detail: Field | Constr | Method
This is the central delegate in the JDBC core package. It can be used directly for many data access purposes, supporting any kind of JDBC operation. For a more focused and convenient facade on top of this, consider JdbcClient as of 6.1. This class simplifies the use of JDBC and helps to avoid common errors. It executes core JDBC workflow, leaving application code to provide SQL and extract results
Allows customizing the response after the execution of an @ResponseBody or a ResponseEntity controller method but before the body is written with an HttpMessageConverter. Implementations may be registered directly with RequestMappingHandlerAdapter and ExceptionHandlerExceptionResolver or more likely annotated with @ControllerAdvice in which case they will be auto-detected by both.
Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically. Table of Contents Overview 1. What's covered 2. Prerequisite software 3. The application we are building 1. Basic Application and Environment S
Spring Data JDBC and R2DBC provide repository support for the Java Database Connectivity (JDBC) respective Reactive Relational Database Connectivity (R2DBC) APIs. It eases development of applications with a consistent programming model that need to access SQL data sources.
Before you use Spring Session, you must ensure to update your dependencies. We assume you are working with a working Spring Boot web application. If you are using Maven, ensure to add the following dependencies: <dependencies> <!-- ... --> <dependency> <groupId> org.springframework.session </groupId> <artifactId> spring-session-jdbc </artifactId> <version> 1.3.0.RELEASE </version> </dependency> <d
This guide provides instructions on how to add Spring Security to an existing application without the use of XML. This section outlines how to setup a workspace within Spring Tool Suite (STS) so that you can follow along with this guide. The next section outlines generic steps for how to apply Spring Security to your existing application. While you could simply apply the steps to your existing app
Spring Session provides an API and implementations for managing a user’s session information. Spring Session provides an API and implementations for managing a user’s session information while also making it trivial to support clustered sessions without being tied to an application container-specific solution. It also provides transparent integration with: HttpSession: Allows replacing the HttpSes
Spring Security's web infrastructure is based entirely on standard servlet filters. It doesn't use servlets or any other servlet-based frameworks (such as Spring MVC) internally, so it has no strong links to any particular web technology. It deals in HttpServletRequests and HttpServletResponses and doesn't care whether the requests come from a browser, a web service client, an HttpInvoker or an AJ
Abstract This chapter includes details of the JPA repository implementation. The JPA module of Spring Data contains a custom namespace that allows defining repository beans. It also contains certain features and element attributes that are special to JPA. Generally the JPA repositories can be set up using the repositories element: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.spr
This guide is intended to help users migrate from Spring Security 3.x to Spring Security 4.x when using XML based configuration. If you are looking to migrate from Spring Security 3.x to Spring Security 4.x when using Java Based configuration, click here As exploits against applications evolve, so must Spring Security. As a major release version, the Spring Security team took the opportunity to ma
Phillip Webb Dave Syer Josh Long Stéphane Nicoll Rob Winch Andy Wilkinson Marcel Overdijk Christian Dupuis Sébastien Deleuze Michael Simons Vedran Pavić Jay Bryant Madhura Bhave Eddú Meléndez Scott Frederick Moritz Halbritter version 3.2.1
次のページ
このページを最初にブックマークしてみませんか?
『docs.spring.io』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く