Fix typo and use of componentry

See gh-27852
This commit is contained in:
liuzhifei
2021-12-24 11:11:28 +08:00
committed by Stephane Nicoll
parent 7f73cb6726
commit 65d2e9bb54
4 changed files with 5 additions and 5 deletions

View File

@@ -133,7 +133,7 @@ import org.springframework.core.Ordered;
* setting of the <em>thread name prefix</em> of the {@code Executor}; this is because
* the {@code <task:executor>} element does not expose such an attribute. This
* demonstrates how the JavaConfig-based approach allows for maximum configurability
* through direct access to actual componentry.
* through direct access to actual component.
*
* <p>The {@link #mode} attribute controls how advice is applied: If the mode is
* {@link AdviceMode#PROXY} (the default), then the other attributes control the behavior

View File

@@ -180,7 +180,7 @@ import org.springframework.scheduling.config.ScheduledTaskRegistrar;
* instead of a custom <em>{@code Trigger}</em> implementation; this is because the
* {@code task:} namespace {@code scheduled} cannot easily expose such support. This is
* but one demonstration how the code-based approach allows for maximum configurability
* through direct access to actual componentry.
* through direct access to actual component.
*
* <p><b>Note: {@code @EnableScheduling} applies to its local application context only,
* allowing for selective scheduling of beans at different levels.</b> Please redeclare