File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1637,7 +1637,7 @@ The following listing shows an example configuration:
16371637
16381638Note that the target object (`businessObjectTarget` in the preceding example) must be a
16391639prototype. This lets the `PoolingTargetSource` implementation create new instances
1640- of the target to grow the pool as necessary. See the {api-spring-framework}aop/target/AbstractPoolingTargetSource.html[javadoc of
1640+ of the target to grow the pool as necessary. See the {api-spring-framework}/ aop/target/AbstractPoolingTargetSource.html[javadoc of
16411641`AbstractPoolingTargetSource`] and the concrete subclass you wish to use for information
16421642about its properties. `maxSize` is the most basic and is always guaranteed to be present.
16431643
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ to handle requests:
4545----
4646
4747For Spring MVC, use the following which delegates to the
48- {api-spring-framework}/https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/ test/web/servlet/setup/StandaloneMockMvcBuilder.html[StandaloneMockMvcBuilder]
48+ {api-spring-framework}/test/web/servlet/setup/StandaloneMockMvcBuilder.html[StandaloneMockMvcBuilder]
4949to load infrastructure equivalent to the <<web.adoc#mvc-config, WebMvc Java config>>,
5050registers the given controller(s), and creates an instance of
5151<<testing.adoc#spring-mvc-test-framework, MockMvc>> to handle requests:
You can’t perform that action at this time.
0 commit comments