testbeans.properties
来自「spring的源代码」· PROPERTIES 代码 · 共 41 行
PROPERTIES
41 行
rod.class=org.springframework.beans.TestBean
rod.name=Rod
rod.age=31
roderick.parent=rod
roderick.name=Roderick
kerry.class=org.springframework.beans.TestBean
kerry.name=Kerry
kerry.age=34
kerry.spouse(ref)=rod
kathy.class=org.springframework.beans.TestBean
kathy.(singleton)=false
typeMismatch.class=org.springframework.beans.TestBean
typeMismatch.name=typeMismatch
typeMismatch.age=34x
typeMismatch.spouse(ref)=rod
typeMismatch.(singleton)=false
validEmpty.class=org.springframework.beans.TestBean
listenerVeto.class=org.springframework.beans.TestBean
typeMismatch.name=typeMismatch
typeMismatch.age=34x
typeMismatch.spouse(ref)=rod
singletonFactory.class=org.springframework.beans.factory.DummyFactory
singletonFactory.singleton=true
prototypeFactory.class=org.springframework.beans.factory.DummyFactory
prototypeFactory.singleton=false
mustBeInitialized.class=org.springframework.beans.factory.MustBeInitialized
lifecycle.class=org.springframework.beans.factory.LifecycleBean
lifecyclePostProcessor.class=org.springframework.beans.factory.LifecycleBean$PostProcessor
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?