Polish "Document default value change for proxy-target-class"

Closes gh-10134
This commit is contained in:
Stephane Nicoll 2017-09-16 06:46:36 +02:00
parent e86d0f38e4
commit 61ae92992b
1 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,7 @@
{
"name": "spring.aop.proxy-target-class",
"type": "java.lang.Boolean",
"description": "Whether subclass-based (CGLIB) proxies are to be created (true) as opposed to standard Java interface-based proxies (false).",
"defaultValue": 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\"."
},
{
"name": "spring.application.admin.enabled",