Polishing
Issue: SPR-15659
This commit is contained in:
@@ -256,9 +256,10 @@ This `beans()` function can then be used to register beans on your application c
|
|||||||
|
|
||||||
[source,kotlin]
|
[source,kotlin]
|
||||||
----
|
----
|
||||||
val context = GenericApplicationContext()
|
val context = GenericApplicationContext().apply {
|
||||||
beans().invoke(context)
|
beans().invoke(this)
|
||||||
context.refresh()
|
refresh()
|
||||||
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
|
|||||||
Reference in New Issue
Block a user