Skip to content

Commit

Permalink
Update Spring plugin README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skybber committed Nov 23, 2024
1 parent 56a8dbe commit 17cb8f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/hotswap-agent-spring-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Currently component scan and annotation config is supported (as it is the most c
and XML-based bean definition is available (basePackagePrefix attribute is needed to improve performance).
For more complex configuration reload any help is warmly welcomed :-).

The parameter `-DSpringReloadDelayMillis=` can be used to specify the delay time after redefinition. The default value
is 1600, but according to tests, a value of approximately 500 is reliable.

> Note
>
> Instances of non-singleton bean with no default constructor created before class file change won't be rewired with new props. It just cost too much pain too implement that with so little in return.
Expand Down

0 comments on commit 17cb8f8

Please sign in to comment.