Polishing
This commit is contained in:
parent
a2b8ea5173
commit
32a942fda9
|
@ -389,7 +389,7 @@ The following example shows Groovy configuration:
|
||||||
ApplicationContext context = new GenericGroovyApplicationContext("services.groovy", "daos.groovy");
|
ApplicationContext context = new GenericGroovyApplicationContext("services.groovy", "daos.groovy");
|
||||||
----
|
----
|
||||||
.Kotlin
|
.Kotlin
|
||||||
[source,java,indent=0,subs="verbatim,quotes",role="secondary"]
|
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
|
||||||
----
|
----
|
||||||
val context = GenericGroovyApplicationContext("services.groovy", "daos.groovy")
|
val context = GenericGroovyApplicationContext("services.groovy", "daos.groovy")
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue