📄 testbeans.properties
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -