构建ApplicationContext层次结构(添加父上下文或根上下文)

 

目录

官网文档

71.4 Build an ApplicationContext hierarchy (adding a parent or root context)

翻译

71.4 构建ApplicationContext层次结构(添加父上下文或根上下文)


官网文档

71.4 Build an ApplicationContext hierarchy (adding a parent or root context)

You can use the ApplicationBuilder class to create parent/child ApplicationContext hierarchies. See Section 23.4, “Fluent builder API” in the ‘Spring Boot features’ section for more information.

翻译

71.4 构建ApplicationContext层次结构(添加父上下文或根上下文)

可以使用ApplicationBuilder类创建父/子ApplicationContext层次结构。有关更多信息,请参见“Spring Boot Features”部分的第23.4节,“Fluent Builder API”

猜你喜欢

转载自blog.csdn.net/yyqhwr/article/details/88060979