Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01Uu7q8vPeREyT4218EJPzz1
12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
# @Lazy on the injection point, with a target that cannot be built
|
|
|
|
|
|
--- @Lazy on the parameter, target is an ordinary singleton ---
|
|
started: false
|
|
root cause: cannot reach the payment provider
|
|
|
|
--- @Lazy on the parameter AND on the target bean ---
|
|
started: true
|
|
first call threw: BeanCreationException -> BeanInstantiationException -> IllegalStateException
|
|
root cause: cannot reach the payment provider
|