Merge branch '2.7.x' into 3.0.x

Closes gh-37142
This commit is contained in:
Andy Wilkinson
2023-08-30 13:32:59 +01:00
8 changed files with 11 additions and 17 deletions

View File

@@ -568,8 +568,8 @@ public class SpringApplication {
}
/**
* Apply any relevant post processing the {@link ApplicationContext}. Subclasses can
* apply additional processing as required.
* Apply any relevant post-processing to the {@link ApplicationContext}. Subclasses
* can apply additional processing as required.
* @param context the application context
*/
protected void postProcessApplicationContext(ConfigurableApplicationContext context) {