 Spring Framwork Testing v5.3.36 SNAPSHOT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 3.6.1. Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 Setup Choices. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 Setup Features . . . . deployments. By default, once loaded, the configured ApplicationContext is reused for each test. Thus, the setup cost is incurred only once per test suite, and subsequent test execution is much faster. In this0 码力 | 193 页 | 2.53 MB | 1 年前3 Spring Framwork Testing v5.3.36 SNAPSHOT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 3.6.1. Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 Setup Choices. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 Setup Features . . . . deployments. By default, once loaded, the configured ApplicationContext is reused for each test. Thus, the setup cost is incurred only once per test suite, and subsequent test execution is much faster. In this0 码力 | 193 页 | 2.53 MB | 1 年前3
 Spring Framwork Data Access v5.3.36 SNAPSHOTAbstraction . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.2.1. Hibernate Transaction Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 5.3.1. SessionFactory Setup in a Spring Container. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 5.4.1. Three Options for JPA Setup in a Spring Environment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 Using L0 码力 | 197 页 | 2.76 MB | 1 年前3 Spring Framwork Data Access v5.3.36 SNAPSHOTAbstraction . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.2.1. Hibernate Transaction Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 5.3.1. SessionFactory Setup in a Spring Container. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 5.4.1. Three Options for JPA Setup in a Spring Environment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 Using L0 码力 | 197 页 | 2.76 MB | 1 年前3
 Spring Framwork RSocket v5.3.36 SNAPSHOTstreaming transport such as TCP or 2 WebSocket and sends a SETUP frame to the server to set parameters for the connection. The server may reject the SETUP frame, but generally after it is sent (for the client) client) and received (for the server), both sides can begin to make requests, unless SETUP indicates use of leasing semantics to limit the number of requests, in which case both sides must wait for a LEASE token, etc. Data and metadata can be formatted differently. Mime types for each are declared in the SETUP frame and apply to all requests on a given connection. While all messages can have metadata, typically0 码力 | 19 页 | 279.85 KB | 1 年前3 Spring Framwork RSocket v5.3.36 SNAPSHOTstreaming transport such as TCP or 2 WebSocket and sends a SETUP frame to the server to set parameters for the connection. The server may reject the SETUP frame, but generally after it is sent (for the client) client) and received (for the server), both sides can begin to make requests, unless SETUP indicates use of leasing semantics to limit the number of requests, in which case both sides must wait for a LEASE token, etc. Data and metadata can be formatted differently. Mime types for each are declared in the SETUP frame and apply to all requests on a given connection. While all messages can have metadata, typically0 码力 | 19 页 | 279.85 KB | 1 年前3
 Spring Framwork Web on Reactive Stack v5.3.36 SNAPSHOT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162 Connection Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CustomDateEditor(dateFormat, false)) } // ... } Alternatively, when using a Formatter-based setup through a shared FormattingConversionService, you could re-use the same approach and register controller-specific instructions. A more typical option, also used by Spring Boot, is to run with a DispatcherHandler-based setup through the WebFlux Config, which uses Spring configuration to declare the components required to0 码力 | 182 页 | 2.52 MB | 1 年前3 Spring Framwork Web on Reactive Stack v5.3.36 SNAPSHOT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162 Connection Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CustomDateEditor(dateFormat, false)) } // ... } Alternatively, when using a Formatter-based setup through a shared FormattingConversionService, you could re-use the same approach and register controller-specific instructions. A more typical option, also used by Spring Boot, is to run with a DispatcherHandler-based setup through the WebFlux Config, which uses Spring configuration to declare the components required to0 码力 | 182 页 | 2.52 MB | 1 年前3
 Spring Framework Reference Documentation 4.3.26.RELEASEJUnit 5 Support TestNG support classes Spring MVC Test Framework Server-Side Tests Static Imports Setup Choices Performing Requests Defining Expectations Filter Registrations Differences between Out-of-Container HtmlUnit MockMvc and HtmlUnit Setup MockMvc and HtmlUnit Usage Advanced MockMvcWebClientBuilder MockMvc and WebDriver Why WebDriver and MockMvc? MockMvc and WebDriver Setup MockMvc and WebDriver Usage Usage Advanced MockMvcHtmlUnitDriverBuilder MockMvc and Geb Why Geb and MockMvc? MockMvc and Geb Setup MockMvc and Geb Usage Client-Side REST Tests Static Imports Further Examples of Client-side REST Tests0 码力 | 1323 页 | 4.08 MB | 1 年前3 Spring Framework Reference Documentation 4.3.26.RELEASEJUnit 5 Support TestNG support classes Spring MVC Test Framework Server-Side Tests Static Imports Setup Choices Performing Requests Defining Expectations Filter Registrations Differences between Out-of-Container HtmlUnit MockMvc and HtmlUnit Setup MockMvc and HtmlUnit Usage Advanced MockMvcWebClientBuilder MockMvc and WebDriver Why WebDriver and MockMvc? MockMvc and WebDriver Setup MockMvc and WebDriver Usage Usage Advanced MockMvcHtmlUnitDriverBuilder MockMvc and Geb Why Geb and MockMvc? MockMvc and Geb Setup MockMvc and Geb Usage Client-Side REST Tests Static Imports Further Examples of Client-side REST Tests0 码力 | 1323 页 | 4.08 MB | 1 年前3
 Spring Framework Reference Documentation v4.3.2support classes TestNG support classes Spring MVC Test Framework Server-Side Tests Static Imports Setup Options Performing Requests Defining Expectations Filter Registrations Differences between Out-of-Container HtmlUnit MockMvc and HtmlUnit Setup MockMvc and HtmlUnit Usage Advanced MockMvcWebClientBuilder MockMvc and WebDriver Why WebDriver and MockMvc? MockMvc and WebDriver Setup MockMvc and WebDriver Usage Usage Advanced MockMvcHtmlUnitDriverBuilder MockMvc and Geb Why Geb and MockMvc? MockMvc and Geb Setup MockMvc and Geb Usage Client-Side REST Tests Static Imports Further Examples of Client-side REST Tests0 码力 | 1311 页 | 4.07 MB | 1 年前3 Spring Framework Reference Documentation v4.3.2support classes TestNG support classes Spring MVC Test Framework Server-Side Tests Static Imports Setup Options Performing Requests Defining Expectations Filter Registrations Differences between Out-of-Container HtmlUnit MockMvc and HtmlUnit Setup MockMvc and HtmlUnit Usage Advanced MockMvcWebClientBuilder MockMvc and WebDriver Why WebDriver and MockMvc? MockMvc and WebDriver Setup MockMvc and WebDriver Usage Usage Advanced MockMvcHtmlUnitDriverBuilder MockMvc and Geb Why Geb and MockMvc? MockMvc and Geb Setup MockMvc and Geb Usage Client-Side REST Tests Static Imports Further Examples of Client-side REST Tests0 码力 | 1311 页 | 4.07 MB | 1 年前3
 Spring Framework Reference Documentation 4.3.26.RELEASEImports ......................................................................................... 349 Setup Choices ........................................................................................ 349 ............................................................................. 450 SessionFactory setup in a Spring container ...................................................... 450 Implementing DAOs ................................................................. 457 PersistenceManagerFactory setup ................................................................... 457 Implementing DAOs based on0 码力 | 916 页 | 5.52 MB | 1 年前3 Spring Framework Reference Documentation 4.3.26.RELEASEImports ......................................................................................... 349 Setup Choices ........................................................................................ 349 ............................................................................. 450 SessionFactory setup in a Spring container ...................................................... 450 Implementing DAOs ................................................................. 457 PersistenceManagerFactory setup ................................................................... 457 Implementing DAOs based on0 码力 | 916 页 | 5.52 MB | 1 年前3
 Spring Framework Reference Documentation v4.3.2Imports ......................................................................................... 341 Setup Options ........................................................................................ ............................................................................. 442 SessionFactory setup in a Spring container ...................................................... 442 Implementing DAOs ................................................................. 451 PersistenceManagerFactory setup ................................................................... 451 Implementing DAOs based on0 码力 | 907 页 | 5.46 MB | 1 年前3 Spring Framework Reference Documentation v4.3.2Imports ......................................................................................... 341 Setup Options ........................................................................................ ............................................................................. 442 SessionFactory setup in a Spring container ...................................................... 442 Implementing DAOs ................................................................. 451 PersistenceManagerFactory setup ................................................................... 451 Implementing DAOs based on0 码力 | 907 页 | 5.46 MB | 1 年前3
 Spring Boot 2.2.5.RELEASE Reference Documentation dependency. If you import additional starters, you can safely omit the version number. With that setup, you can also override individual dependencies by overriding a property in your own project. For Spring Boot 2.2.5.RELEASE Reference Documentation dependency. If you import additional starters, you can safely omit the version number. With that setup, you can also override individual dependencies by overriding a property in your own project. For- import The preceding sample setup does not let you override individual dependencies by using a property, as explained above. To achieve YAML document: environments: dev: url: https://dev.example.com name: Developer Setup prod: url: https://another.example.com name: My Cool App The preceding example0 码力 | 521 页 | 11.00 MB | 1 年前3
 Spring Boot 2.2.0.RC1 Reference Documentationdependency. If you import additional starters, you can safely omit the version number. With that setup, you can also override individual dependencies by overriding a property in your own project. For Spring Boot 2.2.0.RC1 Reference Documentationdependency. If you import additional starters, you can safely omit the version number. With that setup, you can also override individual dependencies by overriding a property in your own project. For- import The preceding sample setup does not let you override individual dependencies by using a property, as explained above. To achieve YAML document: environments: dev: url: https://dev.example.com name: Developer Setup prod: url: https://another.example.com name: My Cool App The preceding example0 码力 | 518 页 | 10.93 MB | 1 年前3
共 306 条
- 1
- 2
- 3
- 4
- 5
- 6
- 31














 
 