testbeans.properties
来自「Java/J2EE application framework based on」· PROPERTIES 代码 · 共 43 行
PROPERTIES
43 行
# this must only be used for ApplicationContexts, some classes are only appropriate for application contexts
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.context.LifecycleContextBean
lifecyclePostProcessor.class=org.springframework.beans.factory.LifecycleBean$PostProcessor
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?