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:
1637
1637
1638
1638
Note that the target object (`businessObjectTarget` in the preceding example) must be a
1639
1639
prototype. 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
1641
1641
`AbstractPoolingTargetSource`] and the concrete subclass you wish to use for information
1642
1642
about its properties. `maxSize` is the most basic and is always guaranteed to be present.
1643
1643
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ to handle requests:
45
45
----
46
46
47
47
For 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]
49
49
to load infrastructure equivalent to the <<web.adoc#mvc-config, WebMvc Java config>>,
50
50
registers the given controller(s), and creates an instance of
51
51
<<testing.adoc#spring-mvc-test-framework, MockMvc>> to handle requests:
You can’t perform that action at this time.
0 commit comments