国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

Spring容器初始化及問(wèn)題解決方案

瀏覽:5日期:2023-09-02 09:34:37

1.Spring bean組件 ”默認(rèn)為單例模式scope=“singleton, 運(yùn)行JavaApplication容器啟動(dòng)時(shí)自動(dòng)創(chuàng)建對(duì)象

scope=“prototype”為多例模式,請(qǐng)求條件下才創(chuàng)建對(duì)象

2beans組件 里面default-init-method初始化方法加載,范圍比較大,當(dāng)沒(méi)有此方法時(shí)不會(huì)報(bào)錯(cuò),default-destroy-method銷(xiāo)毀方法,default-lazy-init=“true/false” 對(duì)象延時(shí)實(shí)例化

3.bean組件里面init-method初始化無(wú)此方法,會(huì)報(bào)錯(cuò), destroy-method銷(xiāo)毀方法,lazy-init=“true/false” 延時(shí)實(shí)例化

注意:

1.銷(xiāo)毀方法對(duì)scope=“prototype”多例模式無(wú)效

2.AbstractApplicationContext可以關(guān)閉容器,可以調(diào)用close()方法,關(guān)閉容器,調(diào)用銷(xiāo)毀方法

3.對(duì)象延時(shí)實(shí)例化對(duì)多例模式?jīng)]有意義。

XML

<?xml version='1.0' encoding='UTF-8'?><beans xmlns='http://www.springframework.org/schema/beans' xmlns:context='http://www.springframework.org/schema/context' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:aop='http://www.springframework.org/schema/aop' xmlns:tx='http://www.springframework.org/schema/tx' xmlns:p='http://www.springframework.org/schema/p' xmlns:util='http://www.springframework.org/schema/util' xmlns:jdbc='http://www.springframework.org/schema/jdbc' xmlns:cache='http://www.springframework.org/schema/cache' xsi:schemaLocation=' http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache-3.1.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd' default-init-method='initEmp' default-destroy-method='destroyEmp' default-lazy-init='true'> <bean init-method='initEmp' destroy-method='destroyEmp' lazy-init='false' scope='singleton' ></bean> </beans>

Test方法

//bean組件的默認(rèn)方式 @Test public void beanInitTest() { AbstractApplicationContext appContext=new ClassPathXmlApplicationContext('com/tracy/xml/bean-init-destroy.xml'); ApplicationContext app=new ClassPathXmlApplicationContext('com/tracy/xml/bean-init-destroy.xml'); Emp emp=app.getBean('emp',Emp.class); System.out.print(emp); appContext.close(); }

通過(guò)構(gòu)造完成初始bean屬性,可以通過(guò)初始化完成

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 欧美成人久久一级c片免费 欧美成人看片黄a免费 | 一区二区三区中文 | 久久精品国产99国产精品亚洲 | 中文精品久久久久国产网址 | 黄毛片一级毛片 | 免费一级毛片在线播放 | 悟空影视大全免费影视 | 性成人动作片在线看 | 日韩欧美综合 | 999久久久精品视频在线观看 | 国内自拍视频一区二区三区 | 欧美一区二区三区久久久人妖 | 亚洲热视频| 久久精品国产免费高清 | 99久久精品费精品国产一区二 | 外国成人网在线观看免费视频 | 久久中文字幕免费视频 | 美女视频永久黄网站在线观看 | 九九免费精品视频 | 日本暖暖视频在线播放 | 亚洲专区欧美专区 | 亚洲美女视频网 | 国产成人啪精品午夜在线观看 | 日本黄色毛片 | 麻豆一区| 中日韩一区二区三区 | 国产精品区在线12p 国产精品人成 | 亚洲在线看| 精品九九久久 | 亚洲精品在线网站 | 日本aaaa级毛片在线看 | 免费国产成人高清在线观看不卡 | 成人 在线欧美亚洲 | 不卡无毒免费毛片视频观看 | 国产高清精品自在久久 | 女人被男人躁得好爽免费视频免费 | 日本xxxxx久色视频在线观看 | 全部免费的毛片视频观看 | 日韩欧美亚洲天堂 | 久久久免费观成人影院 | 国产精品视频九九九 |