Polish "Document default value change for proxy-target-class"
Closes gh-10134
This commit is contained in:
parent
e86d0f38e4
commit
61ae92992b
|
@ -114,8 +114,7 @@
|
||||||
{
|
{
|
||||||
"name": "spring.aop.proxy-target-class",
|
"name": "spring.aop.proxy-target-class",
|
||||||
"type": "java.lang.Boolean",
|
"type": "java.lang.Boolean",
|
||||||
"description": "Whether subclass-based (CGLIB) proxies are to be created (true) as opposed to standard Java interface-based proxies (false).",
|
"description": "Whether subclass-based (CGLIB) proxies are to be created (true) as opposed to standard Java interface-based proxies (false). Defaults to \"true\" when using Spring Transaction Management, otherwise \"false\"."
|
||||||
"defaultValue": false
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spring.application.admin.enabled",
|
"name": "spring.application.admin.enabled",
|
||||||
|
|
Loading…
Reference in New Issue